Html Css Color HEX #613912 Baker's Chocolate

📋 copy color: '#613912'

red 97 ◦ green 57 ◦ blue 18

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

Shades of Baker's Chocolate #613912

Tints of Baker's Chocolate #613912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.14%

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

R = 56.4%
G = 33.14%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#613912 (or 0x613912) is known color: Baker's Chocolate. HEX triplet: 61, 39 and 12. RGB value is (97,57,18). Sum of RGB (Red+Green+Blue) = 97+57+18=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #613912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613912 is #9EC6ED. Grayscale: #404040. Windows color (decimal): -10405614 or 1194337. OLE color: 1194337.

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

Color convert

RGB 97 57 18 -
CMYK 0 0.41 0.81 0.62
HSL 29.62º 0.69% 0.23% -
HSV(B) 29.62º 0.81% 0.38% -
XYZ 6.5 5.51 1.29 -
YUV 64.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 97 57 18 0 0.41 0.81 0.62 29.62 0.69 0.23
Hex 61 39 12 0 29 51 3E 1E 45 17
Octal 141 71 22 0 51 121 76 36 105 27
Binary 1100001 111001 10010 0 101001 1010001 111110 11110 1000101 10111

Color Harmonies of #613912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613912

Black with #613912

Text Example


Text Example

White with #613912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613912; }

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

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

background-color css

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

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

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

border-color css

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

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

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