Html Css Color HEX #60332E Redwood

📋 copy color: '#60332E'

red 96 ◦ green 51 ◦ blue 46

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

Shades of Redwood #60332E

Tints of Redwood #60332E

RGB

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

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

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

R = 49.74%
G = 26.42%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60332E (or 0x60332E) is known color: Redwood. HEX triplet: 60, 33 and 2E. RGB value is (96,51,46). Sum of RGB (Red+Green+Blue) = 96+51+46=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332E is #9FCCD1. Grayscale: #3F3F3F. Windows color (decimal): -10472658 or 3027808. OLE color: 3027808.

HSL color Cylindrical-coordinate representation of color #60332E: hue angle of 6º 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 #60332E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 46 -
CMYK 0 0.47 0.52 0.62
HSL 0.35% 0.28% -
HSV(B) 0.52% 0.38% -
XYZ 6.5 5.05 3.22 -
YUV 63.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 96 51 46 0 0.47 0.52 0.62 6 0.35 0.28
Hex 60 33 2E 0 2F 34 3E 6 23 1C
Octal 140 63 56 0 57 64 76 6 43 34
Binary 1100000 110011 101110 0 101111 110100 111110 110 100011 11100

Color Harmonies of #60332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60332E

Black with #60332E

Text Example


Text Example

White with #60332E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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