Html Css Color HEX #613313 Baker's Chocolate

📋 copy color: '#613313'

red 97 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #613313

Tints of Baker's Chocolate #613313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 58.08%
G = 30.54%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#613313 (or 0x613313) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 13. RGB value is (97,51,19). Sum of RGB (Red+Green+Blue) = 97+51+19=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613313 is #9ECCEC. Grayscale: #3D3D3D. Windows color (decimal): -10407149 or 1258337. OLE color: 1258337.

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

Color convert

RGB 97 51 19 -
CMYK 0 0.47 0.80 0.62
HSL 24.62º 0.67% 0.23% -
HSV(B) 24.62º 0.8% 0.38% -
XYZ 6.23 4.96 1.24 -
YUV 61.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 97 51 19 0 0.47 0.80 0.62 24.62 0.67 0.23
Hex 61 33 13 0 2F 50 3E 19 43 17
Octal 141 63 23 0 57 120 76 31 103 27
Binary 1100001 110011 10011 0 101111 1010000 111110 11001 1000011 10111

Color Harmonies of #613313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613313

Black with #613313

Text Example


Text Example

White with #613313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613313; }

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

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

background-color css

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

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

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

border-color css

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

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

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