Html Css Color HEX #613012 Baker's Chocolate

📋 copy color: '#613012'

red 97 ◦ green 48 ◦ blue 18

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

Shades of Baker's Chocolate #613012

Tints of Baker's Chocolate #613012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 59.51%
G = 29.45%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#613012 (or 0x613012) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 12. RGB value is (97,48,18). Sum of RGB (Red+Green+Blue) = 97+48+18=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613012 is #9ECFED. Grayscale: #3B3B3B. Windows color (decimal): -10407918 or 1192033. OLE color: 1192033.

HSL color Cylindrical-coordinate representation of color #613012: hue angle of 22.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #613012 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 18 -
CMYK 0 0.51 0.81 0.62
HSL 22.78º 0.69% 0.23% -
HSV(B) 22.78º 0.81% 0.38% -
XYZ 6.1 4.7 1.16 -
YUV 59.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 97 48 18 0 0.51 0.81 0.62 22.78 0.69 0.23
Hex 61 30 12 0 33 51 3E 17 45 17
Octal 141 60 22 0 63 121 76 27 105 27
Binary 1100001 110000 10010 0 110011 1010001 111110 10111 1000101 10111

Color Harmonies of #613012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613012

Black with #613012

Text Example


Text Example

White with #613012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613012; }

 p { color: rgb(97,48,18); }

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

background-color css

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

 a { background-color: rgb(97,48,18); }

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

border-color css

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

 span { border-color: rgb(97,48,18); }

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