Html Css Color HEX #672911 Baker's Chocolate

📋 copy color: '#672911'

red 103 ◦ green 41 ◦ blue 17

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

Shades of Baker's Chocolate #672911

Tints of Baker's Chocolate #672911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 63.98%
G = 25.47%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#672911 (or 0x672911) is known color: Baker's Chocolate. HEX triplet: 67, 29 and 11. RGB value is (103,41,17). Sum of RGB (Red+Green+Blue) = 103+41+17=161 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.98% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 103 - color contains mainly: red. Hex color #672911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672911 is #98D6EE. Grayscale: #383838. Windows color (decimal): -10016495 or 1124711. OLE color: 1124711.

HSL color Cylindrical-coordinate representation of color #672911: hue angle of 16.74º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672911 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 41 17 -
CMYK 0 0.60 0.83 0.60
HSL 16.74º 0.72% 0.24% -
HSV(B) 16.74º 0.83% 0.4% -
XYZ 6.49 4.51 1.06 -
YUV 56.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 103 41 17 0 0.60 0.83 0.60 16.74 0.72 0.24
Hex 67 29 11 0 3C 53 3C 11 48 18
Octal 147 51 21 0 74 123 74 21 110 30
Binary 1100111 101001 10001 0 111100 1010011 111100 10001 1001000 11000

Color Harmonies of #672911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672911

Black with #672911

Text Example


Text Example

White with #672911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672911; }

 p { color: rgb(103,41,17); }

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

background-color css

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

 a { background-color: rgb(103,41,17); }

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

border-color css

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

 span { border-color: rgb(103,41,17); }

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