Html Css Color HEX #603C34 Cioccolato

📋 copy color: '#603C34'

red 96 ◦ green 60 ◦ blue 52

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

Shades of Cioccolato #603C34

Tints of Cioccolato #603C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

 BLUE value IS 52 (20.7% from 255) = 25%

R = 46.15%
G = 28.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#603C34 (or 0x603C34) is known color: Cioccolato. HEX triplet: 60, 3C and 34. RGB value is (96,60,52). Sum of RGB (Red+Green+Blue) = 96+60+52=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #603C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C34 is #9FC3CB. Grayscale: #454545. Windows color (decimal): -10470348 or 3423328. OLE color: 3423328.

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

Color convert

RGB 96 60 52 -
CMYK 0 0.38 0.46 0.62
HSL 10.91º 0.3% 0.29% -
HSV(B) 10.91º 0.46% 0.38% -
XYZ 7.06 5.97 4.03 -
YUV 69.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 96 60 52 0 0.38 0.46 0.62 10.91 0.3 0.29
Hex 60 3C 34 0 26 2E 3E B 1E 1D
Octal 140 74 64 0 46 56 76 13 36 35
Binary 1100000 111100 110100 0 100110 101110 111110 1011 11110 11101

Color Harmonies of #603C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C34

Black with #603C34

Text Example


Text Example

White with #603C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,60,52); }

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

background-color css

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

 a { background-color: rgb(96,60,52); }

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

border-color css

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

 span { border-color: rgb(96,60,52); }

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