Html Css Color HEX #672D09 Baker's Chocolate

📋 copy color: '#672D09'

red 103 ◦ green 45 ◦ blue 9

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

Shades of Baker's Chocolate #672D09

Tints of Baker's Chocolate #672D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.66%

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

R = 65.61%
G = 28.66%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#672D09 (or 0x672D09) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 09. RGB value is (103,45,9). Sum of RGB (Red+Green+Blue) = 103+45+9=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #672D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D09 is #98D2F6. Grayscale: #3A3A3A. Windows color (decimal): -10015479 or 601447. OLE color: 601447.

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

Color convert

RGB 103 45 9 -
CMYK 0 0.56 0.91 0.60
HSL 22.98º 0.84% 0.22% -
HSV(B) 22.98º 0.91% 0.4% -
XYZ 6.58 4.78 0.83 -
YUV 58.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 103 45 9 0 0.56 0.91 0.60 22.98 0.84 0.22
Hex 67 2D 9 0 38 5B 3C 17 54 16
Octal 147 55 11 0 70 133 74 27 124 26
Binary 1100111 101101 1001 0 111000 1011011 111100 10111 1010100 10110

Color Harmonies of #672D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D09

Black with #672D09

Text Example


Text Example

White with #672D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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