Html Css Color HEX #603C36 Redwood

📋 copy color: '#603C36'

red 96 ◦ green 60 ◦ blue 54

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

Shades of Redwood #603C36

Tints of Redwood #603C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 45.71%
G = 28.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#603C36 (or 0x603C36) is known color: Redwood. HEX triplet: 60, 3C and 36. RGB value is (96,60,54). Sum of RGB (Red+Green+Blue) = 96+60+54=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C36 is #9FC3C9. Grayscale: #464646. Windows color (decimal): -10470346 or 3554400. OLE color: 3554400.

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

Color convert

RGB 96 60 54 -
CMYK 0 0.38 0.44 0.62
HSL 8.57º 0.28% 0.29% -
HSV(B) 8.57º 0.44% 0.38% -
XYZ 7.11 5.98 4.27 -
YUV 70.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 96 60 54 0 0.38 0.44 0.62 8.57 0.28 0.29
Hex 60 3C 36 0 26 2C 3E 9 1C 1D
Octal 140 74 66 0 46 54 76 11 34 35
Binary 1100000 111100 110110 0 100110 101100 111110 1001 11100 11101

Color Harmonies of #603C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C36

Black with #603C36

Text Example


Text Example

White with #603C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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