Html Css Color HEX #60332B Redwood

📋 copy color: '#60332B'

red 96 ◦ green 51 ◦ blue 43

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

Shades of Redwood #60332B

Tints of Redwood #60332B

RGB

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

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

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

R = 50.53%
G = 26.84%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60332B (or 0x60332B) is known color: Redwood. HEX triplet: 60, 33 and 2B. RGB value is (96,51,43). Sum of RGB (Red+Green+Blue) = 96+51+43=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332B is #9FCCD4. Grayscale: #3F3F3F. Windows color (decimal): -10472661 or 2831200. OLE color: 2831200.

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

Color convert

RGB 96 51 43 -
CMYK 0 0.47 0.55 0.62
HSL 9.06º 0.38% 0.27% -
HSV(B) 9.06º 0.55% 0.38% -
XYZ 6.44 5.03 2.92 -
YUV 63.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 96 51 43 0 0.47 0.55 0.62 9.06 0.38 0.27
Hex 60 33 2B 0 2F 37 3E 9 26 1B
Octal 140 63 53 0 57 67 76 11 46 33
Binary 1100000 110011 101011 0 101111 110111 111110 1001 100110 11011

Color Harmonies of #60332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60332B

Black with #60332B

Text Example


Text Example

White with #60332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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