Html Css Color HEX #613C34 Cioccolato

📋 copy color: '#613C34'

red 97 ◦ green 60 ◦ blue 52

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

Shades of Cioccolato #613C34

Tints of Cioccolato #613C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 52 (20.7% from 255) = 24.88%

R = 46.41%
G = 28.71%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#613C34 (or 0x613C34) is known color: Cioccolato. HEX triplet: 61, 3C and 34. RGB value is (97,60,52). Sum of RGB (Red+Green+Blue) = 97+60+52=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #613C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C34 is #9EC3CB. Grayscale: #464646. Windows color (decimal): -10404812 or 3423329. OLE color: 3423329.

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

Color convert

RGB 97 60 52 -
CMYK 0 0.38 0.46 0.62
HSL 10.67º 0.3% 0.29% -
HSV(B) 10.67º 0.46% 0.38% -
XYZ 7.17 6.02 4.03 -
YUV 70.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 97 60 52 0 0.38 0.46 0.62 10.67 0.3 0.29
Hex 61 3C 34 0 26 2E 3E B 1E 1D
Octal 141 74 64 0 46 56 76 13 36 35
Binary 1100001 111100 110100 0 100110 101110 111110 1011 11110 11101

Color Harmonies of #613C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C34

Black with #613C34

Text Example


Text Example

White with #613C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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