#603A2E

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

Shades of Cioccolato #603A2E

Tints of Cioccolato #603A2E

Color information

#603A2E (or 0x603A2E) is unknown color: approx Cioccolato. HEX triplet: 60, 3A and 2E. RGB value is (96,58,46). Sum of RGB (Red+Green+Blue) = 96+58+46=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A2E is #9FC5D1. Grayscale: #444444. Windows color (decimal): -10470866 or 3029600. OLE color: 3029600.

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

Color convert

RGB965846-
CMYK00.400.520.62
HSL14.4º35.21%27.84%-
HSV(B)14.4º52.08%37.65%-
XYZ6.835.713.33-
YUV67.99115.59147.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 46 (18.36% from 255) = 23%
R=48%
G=29%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96584600.400.520.6214.435.2127.84
Hex603A2E028343Ee231c
Octal14072560506476164334
Binary11000001110101011100101000110100111110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A2E; }

 p { color: rgb(96,58,46); }

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

<style>
 a { background-color: #603A2E; }

 a { background-color: rgb(96,58,46); }

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

<style>
 span { border-color: #603A2E; }

 span { border-color: rgb(96,58,46); }

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