Html Css Color HEX #613A2A Cioccolato

📋 copy color: '#613A2A'

red 97 ◦ green 58 ◦ blue 42

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

Shades of Cioccolato #613A2A

Tints of Cioccolato #613A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

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

R = 49.24%
G = 29.44%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#613A2A (or 0x613A2A) is known color: Cioccolato. HEX triplet: 61, 3A and 2A. RGB value is (97,58,42). Sum of RGB (Red+Green+Blue) = 97+58+42=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #613A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A2A is #9EC5D5. Grayscale: #434343. Windows color (decimal): -10405334 or 2767457. OLE color: 2767457.

HSL color Cylindrical-coordinate representation of color #613A2A: hue angle of 17.45º 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 #613A2A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 42 -
CMYK 0 0.40 0.57 0.62
HSL 17.45º 0.4% 0.27% -
HSV(B) 17.45º 0.57% 0.38% -
XYZ 6.86 5.73 2.94 -
YUV 67.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 97 58 42 0 0.40 0.57 0.62 17.45 0.4 0.27
Hex 61 3A 2A 0 28 39 3E 11 28 1B
Octal 141 72 52 0 50 71 76 21 50 33
Binary 1100001 111010 101010 0 101000 111001 111110 10001 101000 11011

Color Harmonies of #613A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A2A

Black with #613A2A

Text Example


Text Example

White with #613A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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