Html Css Color HEX #613413 Baker's Chocolate

📋 copy color: '#613413'

red 97 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #613413

Tints of Baker's Chocolate #613413

RGB

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

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

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

R = 57.74%
G = 30.95%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#613413 (or 0x613413) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 13. RGB value is (97,52,19). Sum of RGB (Red+Green+Blue) = 97+52+19=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613413 is #9ECBEC. Grayscale: #3D3D3D. Windows color (decimal): -10406893 or 1258593. OLE color: 1258593.

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

Color convert

RGB 97 52 19 -
CMYK 0 0.46 0.80 0.62
HSL 25.38º 0.67% 0.23% -
HSV(B) 25.38º 0.8% 0.38% -
XYZ 6.28 5.04 1.26 -
YUV 61.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 97 52 19 0 0.46 0.80 0.62 25.38 0.67 0.23
Hex 61 34 13 0 2E 50 3E 19 43 17
Octal 141 64 23 0 56 120 76 31 103 27
Binary 1100001 110100 10011 0 101110 1010000 111110 11001 1000011 10111

Color Harmonies of #613413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613413

Black with #613413

Text Example


Text Example

White with #613413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613413; }

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

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

background-color css

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

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

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

border-color css

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

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

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