Html Css Color HEX #603935 Redwood

📋 copy color: '#603935'

red 96 ◦ green 57 ◦ blue 53

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

Shades of Redwood #603935

Tints of Redwood #603935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

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

R = 46.6%
G = 27.67%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#603935 (or 0x603935) is known color: Redwood. HEX triplet: 60, 39 and 35. RGB value is (96,57,53). Sum of RGB (Red+Green+Blue) = 96+57+53=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603935 is #9FC6CA. Grayscale: #444444. Windows color (decimal): -10471115 or 3488096. OLE color: 3488096.

HSL color Cylindrical-coordinate representation of color #603935: hue angle of 5.58º 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 #603935 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 53 -
CMYK 0 0.41 0.45 0.62
HSL 5.58º 0.29% 0.29% -
HSV(B) 5.58º 0.45% 0.38% -
XYZ 6.93 5.67 4.1 -
YUV 68.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 96 57 53 0 0.41 0.45 0.62 5.58 0.29 0.29
Hex 60 39 35 0 29 2D 3E 6 1D 1D
Octal 140 71 65 0 51 55 76 6 35 35
Binary 1100000 111001 110101 0 101001 101101 111110 110 11101 11101

Color Harmonies of #603935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603935

Black with #603935

Text Example


Text Example

White with #603935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603935; }

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

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

background-color css

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

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

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

border-color css

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

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

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