Html Css Color HEX #5F6644 Woodland

📋 copy color: '#5F6644'

red 95 ◦ green 102 ◦ blue 68

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

Shades of Woodland #5F6644

Tints of Woodland #5F6644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 35.85%
G = 38.49%
B = 25.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#5F6644 (or 0x5F6644) is known color: Woodland. HEX triplet: 5F, 66 and 44. RGB value is (95,102,68). Sum of RGB (Red+Green+Blue) = 95+102+68=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6644 is #A099BB. Grayscale: #606060. Windows color (decimal): -10525116 or 4482655. OLE color: 4482655.

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

Color convert

RGB 95 102 68 -
CMYK 0.07 0 0.33 0.6
HSL 72.35º 0.2% 0.33% -
HSV(B) 72.35º 0.33% 0.4% -
XYZ 10.51 12.35 7.3 -
YUV 96.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 95 102 68 0.07 0 0.33 0.6 72.35 0.2 0.33
Hex 5F 66 44 7 0 21 3C 48 14 21
Octal 137 146 104 7 0 41 74 110 24 41
Binary 1011111 1100110 1000100 111 0 100001 111100 1001000 10100 100001

Color Harmonies of #5F6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6644

Black with #5F6644

Text Example


Text Example

White with #5F6644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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