Html Css Color HEX #672204 Baker's Chocolate

📋 copy color: '#672204'

red 103 ◦ green 34 ◦ blue 4

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

Shades of Baker's Chocolate #672204

Tints of Baker's Chocolate #672204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 73.05%
G = 24.11%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#672204 (or 0x672204) is known color: Baker's Chocolate. HEX triplet: 67, 22 and 04. RGB value is (103,34,4). Sum of RGB (Red+Green+Blue) = 103+34+4=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #672204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672204 is #98DDFB. Grayscale: #333333. Windows color (decimal): -10018300 or 270951. OLE color: 270951.

HSL color Cylindrical-coordinate representation of color #672204: hue angle of 18.18º 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 #672204 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 34 4 -
CMYK 0 0.67 0.96 0.60
HSL 18.18º 0.93% 0.21% -
HSV(B) 18.18º 0.96% 0.4% -
XYZ 6.19 4.04 0.57 -
YUV 51.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 103 34 4 0 0.67 0.96 0.60 18.18 0.93 0.21
Hex 67 22 4 0 43 60 3C 12 5D 15
Octal 147 42 4 0 103 140 74 22 135 25
Binary 1100111 100010 100 0 1000011 1100000 111100 10010 1011101 10101

Color Harmonies of #672204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672204

Black with #672204

Text Example


Text Example

White with #672204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672204; }

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

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

background-color css

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

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

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

border-color css

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

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

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