Html Css Color HEX #672E18 Baker's Chocolate

📋 copy color: '#672E18'

red 103 ◦ green 46 ◦ blue 24

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

Shades of Baker's Chocolate #672E18

Tints of Baker's Chocolate #672E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.87%

R = 59.54%
G = 26.59%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#672E18 (or 0x672E18) is known color: Baker's Chocolate. HEX triplet: 67, 2E and 18. RGB value is (103,46,24). Sum of RGB (Red+Green+Blue) = 103+46+24=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #672E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672E18 is #98D1E7. Grayscale: #3C3C3C. Windows color (decimal): -10015208 or 1584743. OLE color: 1584743.

HSL color Cylindrical-coordinate representation of color #672E18: hue angle of 16.71º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672E18 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 46 24 -
CMYK 0 0.55 0.77 0.60
HSL 16.71º 0.62% 0.25% -
HSV(B) 16.71º 0.77% 0.4% -
XYZ 6.74 4.9 1.46 -
YUV 60.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 103 46 24 0 0.55 0.77 0.60 16.71 0.62 0.25
Hex 67 2E 18 0 37 4D 3C 11 3E 19
Octal 147 56 30 0 67 115 74 21 76 31
Binary 1100111 101110 11000 0 110111 1001101 111100 10001 111110 11001

Color Harmonies of #672E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672E18

Black with #672E18

Text Example


Text Example

White with #672E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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