Html Css Color HEX #603C2D Cioccolato

📋 copy color: '#603C2D'

red 96 ◦ green 60 ◦ blue 45

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

Shades of Cioccolato #603C2D

Tints of Cioccolato #603C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 47.76%
G = 29.85%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#603C2D (or 0x603C2D) is known color: Cioccolato. HEX triplet: 60, 3C and 2D. RGB value is (96,60,45). Sum of RGB (Red+Green+Blue) = 96+60+45=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C2D is #9FC3D2. Grayscale: #454545. Windows color (decimal): -10470355 or 2964576. OLE color: 2964576.

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

Color convert

RGB 96 60 45 -
CMYK 0 0.38 0.53 0.62
HSL 17.65º 0.36% 0.28% -
HSV(B) 17.65º 0.53% 0.38% -
XYZ 6.91 5.91 3.26 -
YUV 69.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 96 60 45 0 0.38 0.53 0.62 17.65 0.36 0.28
Hex 60 3C 2D 0 26 35 3E 12 24 1C
Octal 140 74 55 0 46 65 76 22 44 34
Binary 1100000 111100 101101 0 100110 110101 111110 10010 100100 11100

Color Harmonies of #603C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C2D

Black with #603C2D

Text Example


Text Example

White with #603C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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