Html Css Color HEX #672A06 Baker's Chocolate

📋 copy color: '#672A06'

red 103 ◦ green 42 ◦ blue 6

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

Shades of Baker's Chocolate #672A06

Tints of Baker's Chocolate #672A06

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.81%

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

R = 68.21%
G = 27.81%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#672A06 (or 0x672A06) is known color: Baker's Chocolate. HEX triplet: 67, 2A and 06. RGB value is (103,42,6). Sum of RGB (Red+Green+Blue) = 103+42+6=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #672A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672A06 is #98D5F9. Grayscale: #383838. Windows color (decimal): -10016250 or 404071. OLE color: 404071.

HSL color Cylindrical-coordinate representation of color #672A06: hue angle of 22.27º 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 #672A06 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 42 6 -
CMYK 0 0.59 0.94 0.60
HSL 22.27º 0.89% 0.21% -
HSV(B) 22.27º 0.94% 0.4% -
XYZ 6.45 4.55 0.71 -
YUV 56.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 103 42 6 0 0.59 0.94 0.60 22.27 0.89 0.21
Hex 67 2A 6 0 3B 5E 3C 16 59 15
Octal 147 52 6 0 73 136 74 26 131 25
Binary 1100111 101010 110 0 111011 1011110 111100 10110 1011001 10101

Color Harmonies of #672A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672A06

Black with #672A06

Text Example


Text Example

White with #672A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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