Html Css Color HEX #613B13 Baker's Chocolate

📋 copy color: '#613B13'

red 97 ◦ green 59 ◦ blue 19

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

Shades of Baker's Chocolate #613B13

Tints of Baker's Chocolate #613B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.71%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 55.43%
G = 33.71%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#613B13 (or 0x613B13) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 13. RGB value is (97,59,19). Sum of RGB (Red+Green+Blue) = 97+59+19=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B13 is #9EC4EC. Grayscale: #424242. Windows color (decimal): -10405101 or 1260385. OLE color: 1260385.

HSL color Cylindrical-coordinate representation of color #613B13: hue angle of 30.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #613B13 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 59 19 -
CMYK 0 0.39 0.80 0.62
HSL 30.77º 0.67% 0.23% -
HSV(B) 30.77º 0.8% 0.38% -
XYZ 6.61 5.72 1.37 -
YUV 65.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 97 59 19 0 0.39 0.80 0.62 30.77 0.67 0.23
Hex 61 3B 13 0 27 50 3E 1F 43 17
Octal 141 73 23 0 47 120 76 37 103 27
Binary 1100001 111011 10011 0 100111 1010000 111110 11111 1000011 10111

Color Harmonies of #613B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B13

Black with #613B13

Text Example


Text Example

White with #613B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613B13; }

 p { color: rgb(97,59,19); }

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

background-color css

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

 a { background-color: rgb(97,59,19); }

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

border-color css

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

 span { border-color: rgb(97,59,19); }

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