Html Css Color HEX #60312D Redwood

📋 copy color: '#60312D'

red 96 ◦ green 49 ◦ blue 45

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

Shades of Redwood #60312D

Tints of Redwood #60312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 50.53%
G = 25.79%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#60312D (or 0x60312D) is known color: Redwood. HEX triplet: 60, 31 and 2D. RGB value is (96,49,45). Sum of RGB (Red+Green+Blue) = 96+49+45=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60312D is #9FCED2. Grayscale: #3E3E3E. Windows color (decimal): -10473171 or 2961760. OLE color: 2961760.

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

Color convert

RGB 96 49 45 -
CMYK 0 0.49 0.53 0.62
HSL 4.71º 0.36% 0.28% -
HSV(B) 4.71º 0.53% 0.38% -
XYZ 6.4 4.87 3.09 -
YUV 62.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 96 49 45 0 0.49 0.53 0.62 4.71 0.36 0.28
Hex 60 31 2D 0 31 35 3E 5 24 1C
Octal 140 61 55 0 61 65 76 5 44 34
Binary 1100000 110001 101101 0 110001 110101 111110 101 100100 11100

Color Harmonies of #60312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60312D

Black with #60312D

Text Example


Text Example

White with #60312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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