Html Css Color HEX #613412 Baker's Chocolate

📋 copy color: '#613412'

red 97 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #613412

Tints of Baker's Chocolate #613412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

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

R = 58.08%
G = 31.14%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#613412 (or 0x613412) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 12. RGB value is (97,52,18). Sum of RGB (Red+Green+Blue) = 97+52+18=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613412 is #9ECBED. Grayscale: #3D3D3D. Windows color (decimal): -10406894 or 1193057. OLE color: 1193057.

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

Color convert

RGB 97 52 18 -
CMYK 0 0.46 0.81 0.62
HSL 25.82º 0.69% 0.23% -
HSV(B) 25.82º 0.81% 0.38% -
XYZ 6.27 5.04 1.21 -
YUV 61.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 97 52 18 0 0.46 0.81 0.62 25.82 0.69 0.23
Hex 61 34 12 0 2E 51 3E 1A 45 17
Octal 141 64 22 0 56 121 76 32 105 27
Binary 1100001 110100 10010 0 101110 1010001 111110 11010 1000101 10111

Color Harmonies of #613412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613412

Black with #613412

Text Example


Text Example

White with #613412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613412; }

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

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

background-color css

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

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

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

border-color css

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

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

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