Html Css Color HEX #672E09 Baker's Chocolate

📋 copy color: '#672E09'

red 103 ◦ green 46 ◦ blue 9

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

Shades of Baker's Chocolate #672E09

Tints of Baker's Chocolate #672E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.11%

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

R = 65.19%
G = 29.11%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#672E09 (or 0x672E09) is known color: Baker's Chocolate. HEX triplet: 67, 2E and 09. RGB value is (103,46,9). Sum of RGB (Red+Green+Blue) = 103+46+9=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #672E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672E09 is #98D1F6. Grayscale: #3B3B3B. Windows color (decimal): -10015223 or 601703. OLE color: 601703.

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

Color convert

RGB 103 46 9 -
CMYK 0 0.55 0.91 0.60
HSL 23.62º 0.84% 0.22% -
HSV(B) 23.62º 0.91% 0.4% -
XYZ 6.62 4.86 0.85 -
YUV 58.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 103 46 9 0 0.55 0.91 0.60 23.62 0.84 0.22
Hex 67 2E 9 0 37 5B 3C 18 54 16
Octal 147 56 11 0 67 133 74 30 124 26
Binary 1100111 101110 1001 0 110111 1011011 111100 11000 1010100 10110

Color Harmonies of #672E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E09

Black with #672E09

Text Example


Text Example

White with #672E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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