Html Css Color HEX #5D6641 Woodland

📋 copy color: '#5D6641'

red 93 ◦ green 102 ◦ blue 65

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

Shades of Woodland #5D6641

Tints of Woodland #5D6641

RGB

 RED value IS 93 (36.72% from 255) = 35.77%

 GREEN value IS 102 (40.23% from 255) = 39.23%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 35.77%
G = 39.23%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#5D6641 (or 0x5D6641) is known color: Woodland. HEX triplet: 5D, 66 and 41. RGB value is (93,102,65). Sum of RGB (Red+Green+Blue) = 93+102+65=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6641 is #A299BE. Grayscale: #5F5F5F. Windows color (decimal): -10656191 or 4286045. OLE color: 4286045.

HSL color Cylindrical-coordinate representation of color #5D6641: hue angle of 74.59º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D6641 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 93 102 65 -
CMYK 0.09 0 0.36 0.6
HSL 74.59º 0.22% 0.33% -
HSV(B) 74.59º 0.36% 0.4% -
XYZ 10.22 12.21 6.82 -
YUV 95.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 93 102 65 0.09 0 0.36 0.6 74.59 0.22 0.33
Hex 5D 66 41 9 0 24 3C 4B 16 21
Octal 135 146 101 11 0 44 74 113 26 41
Binary 1011101 1100110 1000001 1001 0 100100 111100 1001011 10110 100001

Color Harmonies of #5D6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6641

Black with #5D6641

Text Example


Text Example

White with #5D6641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,102,65); }

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

background-color css

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

 a { background-color: rgb(93,102,65); }

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

border-color css

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

 span { border-color: rgb(93,102,65); }

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