Html Css Color HEX #5F673F Woodland

📋 copy color: '#5F673F'

red 95 ◦ green 103 ◦ blue 63

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

Shades of Woodland #5F673F

Tints of Woodland #5F673F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 36.4%
G = 39.46%
B = 24.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#5F673F (or 0x5F673F) is known color: Woodland. HEX triplet: 5F, 67 and 3F. RGB value is (95,103,63). Sum of RGB (Red+Green+Blue) = 95+103+63=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #5F673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F673F is #A098C0. Grayscale: #606060. Windows color (decimal): -10524865 or 4155231. OLE color: 4155231.

HSL color Cylindrical-coordinate representation of color #5F673F: hue angle of 72º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F673F is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 103 63 -
CMYK 0.08 0 0.39 0.60
HSL 72º 0.24% 0.33% -
HSV(B) 72º 0.39% 0.4% -
XYZ 10.47 12.49 6.56 -
YUV 96.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 95 103 63 0.08 0 0.39 0.60 72 0.24 0.33
Hex 5F 67 3F 8 0 27 3C 48 18 21
Octal 137 147 77 10 0 47 74 110 30 41
Binary 1011111 1100111 111111 1000 0 100111 111100 1001000 11000 100001

Color Harmonies of #5F673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F673F

Black with #5F673F

Text Example


Text Example

White with #5F673F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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