Html Css Color HEX #613C2A Cioccolato

📋 copy color: '#613C2A'

red 97 ◦ green 60 ◦ blue 42

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

Shades of Cioccolato #613C2A

Tints of Cioccolato #613C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 48.74%
G = 30.15%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#613C2A (or 0x613C2A) is known color: Cioccolato. HEX triplet: 61, 3C and 2A. RGB value is (97,60,42). Sum of RGB (Red+Green+Blue) = 97+60+42=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C2A is #9EC3D5. Grayscale: #454545. Windows color (decimal): -10404822 or 2767969. OLE color: 2767969.

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

Color convert

RGB 97 60 42 -
CMYK 0 0.38 0.57 0.62
HSL 19.64º 0.4% 0.27% -
HSV(B) 19.64º 0.57% 0.38% -
XYZ 6.96 5.94 2.97 -
YUV 69.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 97 60 42 0 0.38 0.57 0.62 19.64 0.4 0.27
Hex 61 3C 2A 0 26 39 3E 14 28 1B
Octal 141 74 52 0 46 71 76 24 50 33
Binary 1100001 111100 101010 0 100110 111001 111110 10100 101000 11011

Color Harmonies of #613C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C2A

Black with #613C2A

Text Example


Text Example

White with #613C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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