#67390E

Color #67390E Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #67390E

Tints of Baker's Chocolate #67390E

Color information

#67390E (or 0x67390E) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 39 and 0E. RGB value is (103,57,14). Sum of RGB (Red+Green+Blue) = 103+57+14=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #67390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67390E is #98C6F1. Grayscale: #424242. Windows color (decimal): -10012402 or 932199. OLE color: 932199.

HSL color Cylindrical-coordinate representation of color #67390E: hue angle of 28.99º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67390E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1035714-
CMYK00.450.860.60
HSL28.99º76.07%22.94%-
HSV(B)28.99º86.41%40.39%-
XYZ7.145.841.17-
YUV65.8598.74154.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 59.20%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=59.20%
G=32.76%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103571400.450.860.6028.9976.0722.94
Hex6739E02D563C1d4c17
Octal1477116055126743511427
Binary110011111100111100101101101011011110011101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67390E; }

 p { color: rgb(103,57,14); }

 H1.HeaderClassName
 {
   color: #67390E;
 }
 .AnyTagClassName
 {
   color: #67390E;
 }
</style>
background-color css

<style>
 a { background-color: #67390E; }

 a { background-color: rgb(103,57,14); }

 div.DivClassName
 {
   background-color: #67390E;
 }
 .BgClassName
 {
   background-color: #67390E;
 }
</style>
border-color css

<style>
 span { border-color: #67390E; }

 span { border-color: rgb(103,57,14); }

 td.TdClassName
 {
   border-color: #67390E;
 }
 .TagClassName
 {
   border-color: #67390E;
 }
</style>