Html Css Color HEX #603C2B Cioccolato

📋 copy color: '#603C2B'

red 96 ◦ green 60 ◦ blue 43

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

Shades of Cioccolato #603C2B

Tints of Cioccolato #603C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 48.24%
G = 30.15%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#603C2B (or 0x603C2B) is known color: Cioccolato. HEX triplet: 60, 3C and 2B. RGB value is (96,60,43). Sum of RGB (Red+Green+Blue) = 96+60+43=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C2B is #9FC3D4. Grayscale: #444444. Windows color (decimal): -10470357 or 2833504. OLE color: 2833504.

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

Color convert

RGB 96 60 43 -
CMYK 0 0.38 0.55 0.62
HSL 19.25º 0.38% 0.27% -
HSV(B) 19.25º 0.55% 0.38% -
XYZ 6.88 5.89 3.06 -
YUV 68.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 96 60 43 0 0.38 0.55 0.62 19.25 0.38 0.27
Hex 60 3C 2B 0 26 37 3E 13 26 1B
Octal 140 74 53 0 46 67 76 23 46 33
Binary 1100000 111100 101011 0 100110 110111 111110 10011 100110 11011

Color Harmonies of #603C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C2B

Black with #603C2B

Text Example


Text Example

White with #603C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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