Html Css Color HEX #603D37 Redwood

📋 copy color: '#603D37'

red 96 ◦ green 61 ◦ blue 55

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

Shades of Redwood #603D37

Tints of Redwood #603D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.77%

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

R = 45.28%
G = 28.77%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#603D37 (or 0x603D37) is known color: Redwood. HEX triplet: 60, 3D and 37. RGB value is (96,61,55). Sum of RGB (Red+Green+Blue) = 96+61+55=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D37 is #9FC2C8. Grayscale: #464646. Windows color (decimal): -10470089 or 3620192. OLE color: 3620192.

HSL color Cylindrical-coordinate representation of color #603D37: hue angle of 8.78º 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 #603D37 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 55 -
CMYK 0 0.36 0.43 0.62
HSL 8.78º 0.27% 0.3% -
HSV(B) 8.78º 0.43% 0.38% -
XYZ 7.18 6.1 4.41 -
YUV 70.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 96 61 55 0 0.36 0.43 0.62 8.78 0.27 0.3
Hex 60 3D 37 0 24 2B 3E 9 1B 1E
Octal 140 75 67 0 44 53 76 11 33 36
Binary 1100000 111101 110111 0 100100 101011 111110 1001 11011 11110

Color Harmonies of #603D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D37

Black with #603D37

Text Example


Text Example

White with #603D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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