Html Css Color HEX #613011 Baker's Chocolate

📋 copy color: '#613011'

red 97 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #613011

Tints of Baker's Chocolate #613011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 59.88%
G = 29.63%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#613011 (or 0x613011) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 11. RGB value is (97,48,17). Sum of RGB (Red+Green+Blue) = 97+48+17=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #613011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613011 is #9ECFEE. Grayscale: #3B3B3B. Windows color (decimal): -10407919 or 1126497. OLE color: 1126497.

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

Color convert

RGB 97 48 17 -
CMYK 0 0.51 0.82 0.62
HSL 23.25º 0.7% 0.22% -
HSV(B) 23.25º 0.82% 0.38% -
XYZ 6.09 4.7 1.12 -
YUV 59.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 97 48 17 0 0.51 0.82 0.62 23.25 0.7 0.22
Hex 61 30 11 0 33 52 3E 17 46 16
Octal 141 60 21 0 63 122 76 27 106 26
Binary 1100001 110000 10001 0 110011 1010010 111110 10111 1000110 10110

Color Harmonies of #613011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613011

Black with #613011

Text Example


Text Example

White with #613011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613011; }

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

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

background-color css

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

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

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

border-color css

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

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

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