Html Css Color HEX #603B32 Cioccolato

📋 copy color: '#603B32'

red 96 ◦ green 59 ◦ blue 50

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

Shades of Cioccolato #603B32

Tints of Cioccolato #603B32

RGB

 RED value IS 96 (37.89% from 255) = 46.83%

 GREEN value IS 59 (23.44% from 255) = 28.78%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 46.83%
G = 28.78%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#603B32 (or 0x603B32) is known color: Cioccolato. HEX triplet: 60, 3B and 32. RGB value is (96,59,50). Sum of RGB (Red+Green+Blue) = 96+59+50=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B32 is #9FC4CD. Grayscale: #454545. Windows color (decimal): -10470606 or 3292000. OLE color: 3292000.

HSL color Cylindrical-coordinate representation of color #603B32: hue angle of 11.74º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603B32 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 50 -
CMYK 0 0.39 0.48 0.62
HSL 11.74º 0.32% 0.29% -
HSV(B) 11.74º 0.48% 0.38% -
XYZ 6.96 5.85 3.78 -
YUV 69.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 96 59 50 0 0.39 0.48 0.62 11.74 0.32 0.29
Hex 60 3B 32 0 27 30 3E C 20 1D
Octal 140 73 62 0 47 60 76 14 40 35
Binary 1100000 111011 110010 0 100111 110000 111110 1100 100000 11101

Color Harmonies of #603B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B32

Black with #603B32

Text Example


Text Example

White with #603B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,50); }

 H1.HeaderClassName
 {
   color: #603B32;
 }
 .AnyTagClassName
 {
   color: #603B32;
 }
</style>

background-color css

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

 a { background-color: rgb(96,59,50); }

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

border-color css

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

 span { border-color: rgb(96,59,50); }

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