Html Css Color HEX #613512 Baker's Chocolate

📋 copy color: '#613512'

red 97 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #613512

Tints of Baker's Chocolate #613512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.55%

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

R = 57.74%
G = 31.55%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#613512 (or 0x613512) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 12. RGB value is (97,53,18). Sum of RGB (Red+Green+Blue) = 97+53+18=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613512 is #9ECAED. Grayscale: #3E3E3E. Windows color (decimal): -10406638 or 1193313. OLE color: 1193313.

HSL color Cylindrical-coordinate representation of color #613512: hue angle of 26.58º 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 #613512 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 18 -
CMYK 0 0.45 0.81 0.62
HSL 26.58º 0.69% 0.23% -
HSV(B) 26.58º 0.81% 0.38% -
XYZ 6.31 5.13 1.23 -
YUV 62.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 97 53 18 0 0.45 0.81 0.62 26.58 0.69 0.23
Hex 61 35 12 0 2D 51 3E 1B 45 17
Octal 141 65 22 0 55 121 76 33 105 27
Binary 1100001 110101 10010 0 101101 1010001 111110 11011 1000101 10111

Color Harmonies of #613512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613512

Black with #613512

Text Example


Text Example

White with #613512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613512; }

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

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

background-color css

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

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

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

border-color css

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

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

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