Html Css Color HEX #672006 Baker's Chocolate

📋 copy color: '#672006'

red 103 ◦ green 32 ◦ blue 6

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

Shades of Baker's Chocolate #672006

Tints of Baker's Chocolate #672006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 73.05%
G = 22.7%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#672006 (or 0x672006) is known color: Baker's Chocolate. HEX triplet: 67, 20 and 06. RGB value is (103,32,6). Sum of RGB (Red+Green+Blue) = 103+32+6=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #672006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672006 is #98DFF9. Grayscale: #323232. Windows color (decimal): -10018810 or 401511. OLE color: 401511.

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

Color convert

RGB 103 32 6 -
CMYK 0 0.69 0.94 0.60
HSL 16.08º 0.89% 0.21% -
HSV(B) 16.08º 0.94% 0.4% -
XYZ 6.14 3.93 0.61 -
YUV 50.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 103 32 6 0 0.69 0.94 0.60 16.08 0.89 0.21
Hex 67 20 6 0 45 5E 3C 10 59 15
Octal 147 40 6 0 105 136 74 20 131 25
Binary 1100111 100000 110 0 1000101 1011110 111100 10000 1011001 10101

Color Harmonies of #672006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672006

Black with #672006

Text Example


Text Example

White with #672006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672006; }

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

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

background-color css

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

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

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

border-color css

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

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

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