Html Css Color HEX #603C35 Redwood

📋 copy color: '#603C35'

red 96 ◦ green 60 ◦ blue 53

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

Shades of Redwood #603C35

Tints of Redwood #603C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 45.93%
G = 28.71%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#603C35 (or 0x603C35) is known color: Redwood. HEX triplet: 60, 3C and 35. RGB value is (96,60,53). Sum of RGB (Red+Green+Blue) = 96+60+53=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C35 is #9FC3CA. Grayscale: #464646. Windows color (decimal): -10470347 or 3488864. OLE color: 3488864.

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

Color convert

RGB 96 60 53 -
CMYK 0 0.38 0.45 0.62
HSL 9.77º 0.29% 0.29% -
HSV(B) 9.77º 0.45% 0.38% -
XYZ 7.08 5.98 4.15 -
YUV 69.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 96 60 53 0 0.38 0.45 0.62 9.77 0.29 0.29
Hex 60 3C 35 0 26 2D 3E A 1D 1D
Octal 140 74 65 0 46 55 76 12 35 35
Binary 1100000 111100 110101 0 100110 101101 111110 1010 11101 11101

Color Harmonies of #603C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C35

Black with #603C35

Text Example


Text Example

White with #603C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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