Html Css Color HEX #5B604A Woodland

📋 copy color: '#5B604A'

red 91 ◦ green 96 ◦ blue 74

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

Shades of Woodland #5B604A

Tints of Woodland #5B604A

RGB

 RED value IS 91 (35.94% from 255) = 34.87%

 GREEN value IS 96 (37.89% from 255) = 36.78%

 BLUE value IS 74 (29.3% from 255) = 28.35%

R = 34.87%
G = 36.78%
B = 28.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#5B604A (or 0x5B604A) is known color: Woodland. HEX triplet: 5B, 60 and 4A. RGB value is (91,96,74). Sum of RGB (Red+Green+Blue) = 91+96+74=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #5B604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B604A is #A49FB5. Grayscale: #5C5C5C. Windows color (decimal): -10788790 or 4874331. OLE color: 4874331.

HSL color Cylindrical-coordinate representation of color #5B604A: hue angle of 73.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B604A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 96 74 -
CMYK 0.05 0 0.23 0.62
HSL 73.64º 0.13% 0.33% -
HSV(B) 73.64º 0.23% 0.38% -
XYZ 9.73 11.08 8.11 -
YUV 92 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 91 96 74 0.05 0 0.23 0.62 73.64 0.13 0.33
Hex 5B 60 4A 5 0 17 3E 4A D 21
Octal 133 140 112 5 0 27 76 112 15 41
Binary 1011011 1100000 1001010 101 0 10111 111110 1001010 1101 100001

Color Harmonies of #5B604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B604A

Black with #5B604A

Text Example


Text Example

White with #5B604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B604A; }

 p { color: rgb(91,96,74); }

 H1.HeaderClassName
 {
   color: #5B604A;
 }
 .AnyTagClassName
 {
   color: #5B604A;
 }
</style>

background-color css

<style>
 a { background-color: #5B604A; }

 a { background-color: rgb(91,96,74); }

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

border-color css

<style>
 span { border-color: #5B604A; }

 span { border-color: rgb(91,96,74); }

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