Html Css Color HEX #613E31 Cioccolato

📋 copy color: '#613E31'

red 97 ◦ green 62 ◦ blue 49

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

Shades of Cioccolato #613E31

Tints of Cioccolato #613E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.81%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 46.63%
G = 29.81%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#613E31 (or 0x613E31) is known color: Cioccolato. HEX triplet: 61, 3E and 31. RGB value is (97,62,49). Sum of RGB (Red+Green+Blue) = 97+62+49=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #613E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E31 is #9EC1CE. Grayscale: #474747. Windows color (decimal): -10404303 or 3227233. OLE color: 3227233.

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

Color convert

RGB 97 62 49 -
CMYK 0 0.36 0.49 0.62
HSL 16.25º 0.33% 0.29% -
HSV(B) 16.25º 0.49% 0.38% -
XYZ 7.21 6.21 3.72 -
YUV 70.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 97 62 49 0 0.36 0.49 0.62 16.25 0.33 0.29
Hex 61 3E 31 0 24 31 3E 10 21 1D
Octal 141 76 61 0 44 61 76 20 41 35
Binary 1100001 111110 110001 0 100100 110001 111110 10000 100001 11101

Color Harmonies of #613E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E31

Black with #613E31

Text Example


Text Example

White with #613E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,49); }

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

background-color css

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

 a { background-color: rgb(97,62,49); }

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

border-color css

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

 span { border-color: rgb(97,62,49); }

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