#61392A

Color #61392A Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #61392A

Tints of Cioccolato #61392A

Color information

#61392A (or 0x61392A) is unknown color: approx Cioccolato. HEX triplet: 61, 39 and 2A. RGB value is (97,57,42). Sum of RGB (Red+Green+Blue) = 97+57+42=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61392A is #9EC6D5. Grayscale: #434343. Windows color (decimal): -10405590 or 2767201. OLE color: 2767201.

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

Color convert

RGB975742-
CMYK00.410.570.62
HSL16.36º39.57%27.25%-
HSV(B)16.36º56.7%38.04%-
XYZ6.815.632.92-
YUV67.25113.75149.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=49.49%
G=29.08%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97574200.410.570.6216.3639.5727.25
Hex61392A029393E10281b
Octal14171520517176205033
Binary110000111100110101001010011110011111101000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61392A; }

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

 H1.HeaderClassName
 {
   color: #61392A;
 }
 .AnyTagClassName
 {
   color: #61392A;
 }
</style>
background-color css

<style>
 a { background-color: #61392A; }

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

 div.DivClassName
 {
   background-color: #61392A;
 }
 .BgClassName
 {
   background-color: #61392A;
 }
</style>
border-color css

<style>
 span { border-color: #61392A; }

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

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