Html Css Color HEX #60322A Redwood

📋 copy color: '#60322A'

red 96 ◦ green 50 ◦ blue 42

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

Shades of Redwood #60322A

Tints of Redwood #60322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 51.06%
G = 26.6%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#60322A (or 0x60322A) is known color: Redwood. HEX triplet: 60, 32 and 2A. RGB value is (96,50,42). Sum of RGB (Red+Green+Blue) = 96+50+42=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60322A is #9FCDD5. Grayscale: #3E3E3E. Windows color (decimal): -10472918 or 2765408. OLE color: 2765408.

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

Color convert

RGB 96 50 42 -
CMYK 0 0.48 0.56 0.62
HSL 8.89º 0.39% 0.27% -
HSV(B) 8.89º 0.56% 0.38% -
XYZ 6.38 4.94 2.81 -
YUV 62.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 96 50 42 0 0.48 0.56 0.62 8.89 0.39 0.27
Hex 60 32 2A 0 30 38 3E 9 27 1B
Octal 140 62 52 0 60 70 76 11 47 33
Binary 1100000 110010 101010 0 110000 111000 111110 1001 100111 11011

Color Harmonies of #60322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60322A

Black with #60322A

Text Example


Text Example

White with #60322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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