Html Css Color HEX #672C06 Baker's Chocolate

📋 copy color: '#672C06'

red 103 ◦ green 44 ◦ blue 6

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

Shades of Baker's Chocolate #672C06

Tints of Baker's Chocolate #672C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

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

R = 67.32%
G = 28.76%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#672C06 (or 0x672C06) is known color: Baker's Chocolate. HEX triplet: 67, 2C and 06. RGB value is (103,44,6). Sum of RGB (Red+Green+Blue) = 103+44+6=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #672C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C06 is #98D3F9. Grayscale: #393939. Windows color (decimal): -10015738 or 404583. OLE color: 404583.

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

Color convert

RGB 103 44 6 -
CMYK 0 0.57 0.94 0.60
HSL 23.51º 0.89% 0.21% -
HSV(B) 23.51º 0.94% 0.4% -
XYZ 6.53 4.7 0.74 -
YUV 57.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 103 44 6 0 0.57 0.94 0.60 23.51 0.89 0.21
Hex 67 2C 6 0 39 5E 3C 18 59 15
Octal 147 54 6 0 71 136 74 30 131 25
Binary 1100111 101100 110 0 111001 1011110 111100 11000 1011001 10101

Color Harmonies of #672C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672C06

Black with #672C06

Text Example


Text Example

White with #672C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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