Html Css Color HEX #5F693F Woodland

📋 copy color: '#5F693F'

red 95 ◦ green 105 ◦ blue 63

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

Shades of Woodland #5F693F

Tints of Woodland #5F693F

RGB

 RED value IS 95 (37.5% from 255) = 36.12%

 GREEN value IS 105 (41.41% from 255) = 39.92%

 BLUE value IS 63 (25% from 255) = 23.95%

R = 36.12%
G = 39.92%
B = 23.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#5F693F (or 0x5F693F) is known color: Woodland. HEX triplet: 5F, 69 and 3F. RGB value is (95,105,63). Sum of RGB (Red+Green+Blue) = 95+105+63=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #5F693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F693F is #A096C0. Grayscale: #616161. Windows color (decimal): -10524353 or 4155743. OLE color: 4155743.

HSL color Cylindrical-coordinate representation of color #5F693F: hue angle of 74.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F693F is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 95 105 63 -
CMYK 0.10 0 0.4 0.59
HSL 74.29º 0.25% 0.33% -
HSV(B) 74.29º 0.4% 0.41% -
XYZ 10.67 12.89 6.63 -
YUV 97.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 95 105 63 0.10 0 0.4 0.59 74.29 0.25 0.33
Hex 5F 69 3F A 0 28 3B 4A 19 21
Octal 137 151 77 12 0 50 73 112 31 41
Binary 1011111 1101001 111111 1010 0 101000 111011 1001010 11001 100001

Color Harmonies of #5F693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F693F

Black with #5F693F

Text Example


Text Example

White with #5F693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,105,63); }

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

background-color css

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

 a { background-color: rgb(95,105,63); }

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

border-color css

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

 span { border-color: rgb(95,105,63); }

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