Html Css Color HEX #60322E Redwood

📋 copy color: '#60322E'

red 96 ◦ green 50 ◦ blue 46

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

Shades of Redwood #60322E

Tints of Redwood #60322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 50%
G = 26.04%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60322E (or 0x60322E) is known color: Redwood. HEX triplet: 60, 32 and 2E. RGB value is (96,50,46). Sum of RGB (Red+Green+Blue) = 96+50+46=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60322E is #9FCDD1. Grayscale: #3F3F3F. Windows color (decimal): -10472914 or 3027552. OLE color: 3027552.

HSL color Cylindrical-coordinate representation of color #60322E: hue angle of 4.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60322E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 50 46 -
CMYK 0 0.48 0.52 0.62
HSL 4.8º 0.35% 0.28% -
HSV(B) 4.8º 0.52% 0.38% -
XYZ 6.46 4.97 3.2 -
YUV 63.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 96 50 46 0 0.48 0.52 0.62 4.8 0.35 0.28
Hex 60 32 2E 0 30 34 3E 5 23 1C
Octal 140 62 56 0 60 64 76 5 43 34
Binary 1100000 110010 101110 0 110000 110100 111110 101 100011 11100

Color Harmonies of #60322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60322E

Black with #60322E

Text Example


Text Example

White with #60322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60322E; }

 p { color: rgb(96,50,46); }

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

background-color css

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

 a { background-color: rgb(96,50,46); }

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

border-color css

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

 span { border-color: rgb(96,50,46); }

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