Html Css Color HEX #5F693D Woodland

📋 copy color: '#5F693D'

red 95 ◦ green 105 ◦ blue 61

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

Shades of Woodland #5F693D

Tints of Woodland #5F693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 36.4%
G = 40.23%
B = 23.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#5F693D (or 0x5F693D) is known color: Woodland. HEX triplet: 5F, 69 and 3D. RGB value is (95,105,61). Sum of RGB (Red+Green+Blue) = 95+105+61=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #5F693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F693D is #A096C2. Grayscale: #616161. Windows color (decimal): -10524355 or 4024671. OLE color: 4024671.

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

Color convert

RGB 95 105 61 -
CMYK 0.10 0 0.42 0.59
HSL 73.64º 0.27% 0.33% -
HSV(B) 73.64º 0.42% 0.41% -
XYZ 10.61 12.87 6.34 -
YUV 96.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 95 105 61 0.10 0 0.42 0.59 73.64 0.27 0.33
Hex 5F 69 3D A 0 2A 3B 4A 1B 21
Octal 137 151 75 12 0 52 73 112 33 41
Binary 1011111 1101001 111101 1010 0 101010 111011 1001010 11011 100001

Color Harmonies of #5F693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F693D

Black with #5F693D

Text Example


Text Example

White with #5F693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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