Html Css Color HEX #613A2F Cioccolato

📋 copy color: '#613A2F'

red 97 ◦ green 58 ◦ blue 47

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

Shades of Cioccolato #613A2F

Tints of Cioccolato #613A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 48.02%
G = 28.71%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#613A2F (or 0x613A2F) is known color: Cioccolato. HEX triplet: 61, 3A and 2F. RGB value is (97,58,47). Sum of RGB (Red+Green+Blue) = 97+58+47=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A2F is #9EC5D0. Grayscale: #444444. Windows color (decimal): -10405329 or 3095137. OLE color: 3095137.

HSL color Cylindrical-coordinate representation of color #613A2F: hue angle of 13.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #613A2F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 47 -
CMYK 0 0.40 0.52 0.62
HSL 13.2º 0.35% 0.28% -
HSV(B) 13.2º 0.52% 0.38% -
XYZ 6.96 5.77 3.44 -
YUV 68.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 97 58 47 0 0.40 0.52 0.62 13.2 0.35 0.28
Hex 61 3A 2F 0 28 34 3E D 23 1C
Octal 141 72 57 0 50 64 76 15 43 34
Binary 1100001 111010 101111 0 101000 110100 111110 1101 100011 11100

Color Harmonies of #613A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A2F

Black with #613A2F

Text Example


Text Example

White with #613A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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