Html Css Color HEX #672004 Baker's Chocolate

📋 copy color: '#672004'

red 103 ◦ green 32 ◦ blue 4

#672004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #672004

Tints of Baker's Chocolate #672004

RGB

 RED value IS 103 (40.63% from 255) = 74.1%

 GREEN value IS 32 (12.89% from 255) = 23.02%

 BLUE value IS 4 (1.95% from 255) = 2.88%

R = 74.1%
G = 23.02%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#672004 (or 0x672004) is known color: Baker's Chocolate. HEX triplet: 67, 20 and 04. RGB value is (103,32,4). Sum of RGB (Red+Green+Blue) = 103+32+4=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #672004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672004 is #98DFFB. Grayscale: #323232. Windows color (decimal): -10018812 or 270439. OLE color: 270439.

HSL color Cylindrical-coordinate representation of color #672004: hue angle of 16.97º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #672004 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 32 4 -
CMYK 0 0.69 0.96 0.60
HSL 16.97º 0.93% 0.21% -
HSV(B) 16.97º 0.96% 0.4% -
XYZ 6.13 3.93 0.55 -
YUV 50.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 103 32 4 0 0.69 0.96 0.60 16.97 0.93 0.21
Hex 67 20 4 0 45 60 3C 11 5D 15
Octal 147 40 4 0 105 140 74 21 135 25
Binary 1100111 100000 100 0 1000101 1100000 111100 10001 1011101 10101

Color Harmonies of #672004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672004

Black with #672004

Text Example


Text Example

White with #672004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672004; }

 p { color: rgb(103,32,4); }

 H1.HeaderClassName
 {
   color: #672004;
 }
 .AnyTagClassName
 {
   color: #672004;
 }
</style>

background-color css

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

 a { background-color: rgb(103,32,4); }

 div.DivClassName
 {
   background-color: #672004;
 }
 .BgClassName
 {
   background-color: #672004;
 }
</style>

border-color css

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

 span { border-color: rgb(103,32,4); }

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