Html Css Color HEX #613C33 Cioccolato

📋 copy color: '#613C33'

red 97 ◦ green 60 ◦ blue 51

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

Shades of Cioccolato #613C33

Tints of Cioccolato #613C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.52%

R = 46.63%
G = 28.85%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#613C33 (or 0x613C33) is known color: Cioccolato. HEX triplet: 61, 3C and 33. RGB value is (97,60,51). Sum of RGB (Red+Green+Blue) = 97+60+51=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #613C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C33 is #9EC3CC. Grayscale: #464646. Windows color (decimal): -10404813 or 3357793. OLE color: 3357793.

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

Color convert

RGB 97 60 51 -
CMYK 0 0.38 0.47 0.62
HSL 11.74º 0.31% 0.29% -
HSV(B) 11.74º 0.47% 0.38% -
XYZ 7.14 6.01 3.92 -
YUV 70.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 97 60 51 0 0.38 0.47 0.62 11.74 0.31 0.29
Hex 61 3C 33 0 26 2F 3E C 1F 1D
Octal 141 74 63 0 46 57 76 14 37 35
Binary 1100001 111100 110011 0 100110 101111 111110 1100 11111 11101

Color Harmonies of #613C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C33

Black with #613C33

Text Example


Text Example

White with #613C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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