Html Css Color HEX #612D17 Baker's Chocolate

📋 copy color: '#612D17'

red 97 ◦ green 45 ◦ blue 23

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

Shades of Baker's Chocolate #612D17

Tints of Baker's Chocolate #612D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 58.79%
G = 27.27%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#612D17 (or 0x612D17) is known color: Baker's Chocolate. HEX triplet: 61, 2D and 17. RGB value is (97,45,23). Sum of RGB (Red+Green+Blue) = 97+45+23=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D17 is #9ED2E8. Grayscale: #3A3A3A. Windows color (decimal): -10408681 or 1518945. OLE color: 1518945.

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

Color convert

RGB 97 45 23 -
CMYK 0 0.54 0.76 0.62
HSL 17.84º 0.62% 0.24% -
HSV(B) 17.84º 0.76% 0.38% -
XYZ 6.02 4.48 1.36 -
YUV 58.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 97 45 23 0 0.54 0.76 0.62 17.84 0.62 0.24
Hex 61 2D 17 0 36 4C 3E 12 3E 18
Octal 141 55 27 0 66 114 76 22 76 30
Binary 1100001 101101 10111 0 110110 1001100 111110 10010 111110 11000

Color Harmonies of #612D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D17

Black with #612D17

Text Example


Text Example

White with #612D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,45,23); }

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

background-color css

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

 a { background-color: rgb(97,45,23); }

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

border-color css

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

 span { border-color: rgb(97,45,23); }

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