Html Css Color HEX #60332F Redwood

📋 copy color: '#60332F'

red 96 ◦ green 51 ◦ blue 47

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

Shades of Redwood #60332F

Tints of Redwood #60332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.29%

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 49.48%
G = 26.29%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60332F (or 0x60332F) is known color: Redwood. HEX triplet: 60, 33 and 2F. RGB value is (96,51,47). Sum of RGB (Red+Green+Blue) = 96+51+47=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332F is #9FCCD0. Grayscale: #404040. Windows color (decimal): -10472657 or 3093344. OLE color: 3093344.

HSL color Cylindrical-coordinate representation of color #60332F: hue angle of 4.9º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60332F is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 47 -
CMYK 0 0.47 0.51 0.62
HSL 4.9º 0.34% 0.28% -
HSV(B) 4.9º 0.51% 0.38% -
XYZ 6.52 5.06 3.32 -
YUV 64 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 96 51 47 0 0.47 0.51 0.62 4.9 0.34 0.28
Hex 60 33 2F 0 2F 33 3E 5 22 1C
Octal 140 63 57 0 57 63 76 5 42 34
Binary 1100000 110011 101111 0 101111 110011 111110 101 100010 11100

Color Harmonies of #60332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60332F

Black with #60332F

Text Example


Text Example

White with #60332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60332F; }

 p { color: rgb(96,51,47); }

 H1.HeaderClassName
 {
   color: #60332F;
 }
 .AnyTagClassName
 {
   color: #60332F;
 }
</style>

background-color css

<style>
 a { background-color: #60332F; }

 a { background-color: rgb(96,51,47); }

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

border-color css

<style>
 span { border-color: #60332F; }

 span { border-color: rgb(96,51,47); }

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