Html Css Color HEX #613B32 Cioccolato

📋 copy color: '#613B32'

red 97 ◦ green 59 ◦ blue 50

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

Shades of Cioccolato #613B32

Tints of Cioccolato #613B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 47.09%
G = 28.64%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#613B32 (or 0x613B32) is known color: Cioccolato. HEX triplet: 61, 3B and 32. RGB value is (97,59,50). Sum of RGB (Red+Green+Blue) = 97+59+50=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B32 is #9EC4CD. Grayscale: #454545. Windows color (decimal): -10405070 or 3292001. OLE color: 3292001.

HSL color Cylindrical-coordinate representation of color #613B32: hue angle of 11.49º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613B32 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 59 50 -
CMYK 0 0.39 0.48 0.62
HSL 11.49º 0.32% 0.29% -
HSV(B) 11.49º 0.48% 0.38% -
XYZ 7.07 5.9 3.78 -
YUV 69.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 97 59 50 0 0.39 0.48 0.62 11.49 0.32 0.29
Hex 61 3B 32 0 27 30 3E B 20 1D
Octal 141 73 62 0 47 60 76 13 40 35
Binary 1100001 111011 110010 0 100111 110000 111110 1011 100000 11101

Color Harmonies of #613B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B32

Black with #613B32

Text Example


Text Example

White with #613B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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