Html Css Color HEX #603A34 Redwood

📋 copy color: '#603A34'

red 96 ◦ green 58 ◦ blue 52

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

Shades of Redwood #603A34

Tints of Redwood #603A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 46.6%
G = 28.16%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#603A34 (or 0x603A34) is known color: Redwood. HEX triplet: 60, 3A and 34. RGB value is (96,58,52). Sum of RGB (Red+Green+Blue) = 96+58+52=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A34 is #9FC5CB. Grayscale: #444444. Windows color (decimal): -10470860 or 3422816. OLE color: 3422816.

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

Color convert

RGB 96 58 52 -
CMYK 0 0.40 0.46 0.62
HSL 8.18º 0.3% 0.29% -
HSV(B) 8.18º 0.46% 0.38% -
XYZ 6.96 5.76 3.99 -
YUV 68.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 96 58 52 0 0.40 0.46 0.62 8.18 0.3 0.29
Hex 60 3A 34 0 28 2E 3E 8 1E 1D
Octal 140 72 64 0 50 56 76 10 36 35
Binary 1100000 111010 110100 0 101000 101110 111110 1000 11110 11101

Color Harmonies of #603A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A34

Black with #603A34

Text Example


Text Example

White with #603A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,52); }

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

background-color css

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

 a { background-color: rgb(96,58,52); }

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

border-color css

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

 span { border-color: rgb(96,58,52); }

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