Html Css Color HEX #613A28 Cioccolato

📋 copy color: '#613A28'

red 97 ◦ green 58 ◦ blue 40

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

Shades of Cioccolato #613A28

Tints of Cioccolato #613A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 49.74%
G = 29.74%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#613A28 (or 0x613A28) is known color: Cioccolato. HEX triplet: 61, 3A and 28. RGB value is (97,58,40). Sum of RGB (Red+Green+Blue) = 97+58+40=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #613A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A28 is #9EC5D7. Grayscale: #434343. Windows color (decimal): -10405336 or 2636385. OLE color: 2636385.

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

Color convert

RGB 97 58 40 -
CMYK 0 0.40 0.59 0.62
HSL 18.95º 0.42% 0.27% -
HSV(B) 18.95º 0.59% 0.38% -
XYZ 6.83 5.72 2.75 -
YUV 67.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 97 58 40 0 0.40 0.59 0.62 18.95 0.42 0.27
Hex 61 3A 28 0 28 3B 3E 13 2A 1B
Octal 141 72 50 0 50 73 76 23 52 33
Binary 1100001 111010 101000 0 101000 111011 111110 10011 101010 11011

Color Harmonies of #613A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A28

Black with #613A28

Text Example


Text Example

White with #613A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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