Html Css Color HEX #60312B Redwood

📋 copy color: '#60312B'

red 96 ◦ green 49 ◦ blue 43

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

Shades of Redwood #60312B

Tints of Redwood #60312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.06%

 BLUE value IS 43 (17.19% from 255) = 22.87%

R = 51.06%
G = 26.06%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60312B (or 0x60312B) is known color: Redwood. HEX triplet: 60, 31 and 2B. RGB value is (96,49,43). Sum of RGB (Red+Green+Blue) = 96+49+43=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60312B is #9FCED4. Grayscale: #3E3E3E. Windows color (decimal): -10473173 or 2830688. OLE color: 2830688.

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

Color convert

RGB 96 49 43 -
CMYK 0 0.49 0.55 0.62
HSL 6.79º 0.38% 0.27% -
HSV(B) 6.79º 0.55% 0.38% -
XYZ 6.36 4.86 2.89 -
YUV 62.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 96 49 43 0 0.49 0.55 0.62 6.79 0.38 0.27
Hex 60 31 2B 0 31 37 3E 7 26 1B
Octal 140 61 53 0 61 67 76 7 46 33
Binary 1100000 110001 101011 0 110001 110111 111110 111 100110 11011

Color Harmonies of #60312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60312B

Black with #60312B

Text Example


Text Example

White with #60312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60312B; }

 p { color: rgb(96,49,43); }

 H1.HeaderClassName
 {
   color: #60312B;
 }
 .AnyTagClassName
 {
   color: #60312B;
 }
</style>

background-color css

<style>
 a { background-color: #60312B; }

 a { background-color: rgb(96,49,43); }

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

border-color css

<style>
 span { border-color: #60312B; }

 span { border-color: rgb(96,49,43); }

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