Html Css Color HEX #672109 Baker's Chocolate

📋 copy color: '#672109'

red 103 ◦ green 33 ◦ blue 9

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

Shades of Baker's Chocolate #672109

Tints of Baker's Chocolate #672109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.76%

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 71.03%
G = 22.76%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#672109 (or 0x672109) is known color: Baker's Chocolate. HEX triplet: 67, 21 and 09. RGB value is (103,33,9). Sum of RGB (Red+Green+Blue) = 103+33+9=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #672109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672109 is #98DEF6. Grayscale: #333333. Windows color (decimal): -10018551 or 598375. OLE color: 598375.

HSL color Cylindrical-coordinate representation of color #672109: hue angle of 15.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #672109 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 9 -
CMYK 0 0.68 0.91 0.60
HSL 15.32º 0.84% 0.22% -
HSV(B) 15.32º 0.91% 0.4% -
XYZ 6.19 3.99 0.7 -
YUV 51.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 103 33 9 0 0.68 0.91 0.60 15.32 0.84 0.22
Hex 67 21 9 0 44 5B 3C F 54 16
Octal 147 41 11 0 104 133 74 17 124 26
Binary 1100111 100001 1001 0 1000100 1011011 111100 1111 1010100 10110

Color Harmonies of #672109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672109

Black with #672109

Text Example


Text Example

White with #672109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672109; }

 p { color: rgb(103,33,9); }

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

background-color css

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

 a { background-color: rgb(103,33,9); }

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

border-color css

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

 span { border-color: rgb(103,33,9); }

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