Html Css Color HEX #612C18 Baker's Chocolate

📋 copy color: '#612C18'

red 97 ◦ green 44 ◦ blue 24

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

Shades of Baker's Chocolate #612C18

Tints of Baker's Chocolate #612C18

RGB

 RED value IS 97 (38.28% from 255) = 58.79%

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 58.79%
G = 26.67%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#612C18 (or 0x612C18) is known color: Baker's Chocolate. HEX triplet: 61, 2C and 18. RGB value is (97,44,24). Sum of RGB (Red+Green+Blue) = 97+44+24=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612C18 is #9ED3E7. Grayscale: #393939. Windows color (decimal): -10408936 or 1584225. OLE color: 1584225.

HSL color Cylindrical-coordinate representation of color #612C18: hue angle of 16.44º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612C18 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 44 24 -
CMYK 0 0.55 0.75 0.62
HSL 16.44º 0.6% 0.24% -
HSV(B) 16.44º 0.75% 0.38% -
XYZ 6 4.41 1.4 -
YUV 57.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 97 44 24 0 0.55 0.75 0.62 16.44 0.6 0.24
Hex 61 2C 18 0 37 4B 3E 10 3C 18
Octal 141 54 30 0 67 113 76 20 74 30
Binary 1100001 101100 11000 0 110111 1001011 111110 10000 111100 11000

Color Harmonies of #612C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C18

Black with #612C18

Text Example


Text Example

White with #612C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612C18; }

 p { color: rgb(97,44,24); }

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

background-color css

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

 a { background-color: rgb(97,44,24); }

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

border-color css

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

 span { border-color: rgb(97,44,24); }

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