Html Css Color HEX #603C37 Redwood

📋 copy color: '#603C37'

red 96 ◦ green 60 ◦ blue 55

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

Shades of Redwood #603C37

Tints of Redwood #603C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 45.5%
G = 28.44%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#603C37 (or 0x603C37) is known color: Redwood. HEX triplet: 60, 3C and 37. RGB value is (96,60,55). Sum of RGB (Red+Green+Blue) = 96+60+55=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C37 is #9FC3C8. Grayscale: #464646. Windows color (decimal): -10470345 or 3619936. OLE color: 3619936.

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

Color convert

RGB 96 60 55 -
CMYK 0 0.38 0.43 0.62
HSL 7.32º 0.27% 0.3% -
HSV(B) 7.32º 0.43% 0.38% -
XYZ 7.13 5.99 4.4 -
YUV 70.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 96 60 55 0 0.38 0.43 0.62 7.32 0.27 0.3
Hex 60 3C 37 0 26 2B 3E 7 1B 1E
Octal 140 74 67 0 46 53 76 7 33 36
Binary 1100000 111100 110111 0 100110 101011 111110 111 11011 11110

Color Harmonies of #603C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C37

Black with #603C37

Text Example


Text Example

White with #603C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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