Html Css Color HEX #613812 Baker's Chocolate

📋 copy color: '#613812'

red 97 ◦ green 56 ◦ blue 18

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

Shades of Baker's Chocolate #613812

Tints of Baker's Chocolate #613812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

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

R = 56.73%
G = 32.75%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#613812 (or 0x613812) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 12. RGB value is (97,56,18). Sum of RGB (Red+Green+Blue) = 97+56+18=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613812 is #9EC7ED. Grayscale: #404040. Windows color (decimal): -10405870 or 1194081. OLE color: 1194081.

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

Color convert

RGB 97 56 18 -
CMYK 0 0.42 0.81 0.62
HSL 28.86º 0.69% 0.23% -
HSV(B) 28.86º 0.81% 0.38% -
XYZ 6.45 5.41 1.28 -
YUV 63.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 97 56 18 0 0.42 0.81 0.62 28.86 0.69 0.23
Hex 61 38 12 0 2A 51 3E 1D 45 17
Octal 141 70 22 0 52 121 76 35 105 27
Binary 1100001 111000 10010 0 101010 1010001 111110 11101 1000101 10111

Color Harmonies of #613812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613812

Black with #613812

Text Example


Text Example

White with #613812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613812; }

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

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

background-color css

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

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

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

border-color css

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

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

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