Html Css Color HEX #5F663D Woodland

📋 copy color: '#5F663D'

red 95 ◦ green 102 ◦ blue 61

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

Shades of Woodland #5F663D

Tints of Woodland #5F663D

RGB

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

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

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

R = 36.82%
G = 39.53%
B = 23.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#5F663D (or 0x5F663D) is known color: Woodland. HEX triplet: 5F, 66 and 3D. RGB value is (95,102,61). Sum of RGB (Red+Green+Blue) = 95+102+61=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #5F663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F663D is #A099C2. Grayscale: #5F5F5F. Windows color (decimal): -10525123 or 4023903. OLE color: 4023903.

HSL color Cylindrical-coordinate representation of color #5F663D: hue angle of 70.24º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F663D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 95 102 61 -
CMYK 0.07 0 0.40 0.6
HSL 70.24º 0.25% 0.32% -
HSV(B) 70.24º 0.4% 0.4% -
XYZ 10.31 12.27 6.24 -
YUV 95.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 95 102 61 0.07 0 0.40 0.6 70.24 0.25 0.32
Hex 5F 66 3D 7 0 28 3C 46 19 20
Octal 137 146 75 7 0 50 74 106 31 40
Binary 1011111 1100110 111101 111 0 101000 111100 1000110 11001 100000

Color Harmonies of #5F663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F663D

Black with #5F663D

Text Example


Text Example

White with #5F663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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