Html Css Color HEX #606946 Woodland

📋 copy color: '#606946'

red 96 ◦ green 105 ◦ blue 70

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

Shades of Woodland #606946

Tints of Woodland #606946

RGB

 RED value IS 96 (37.89% from 255) = 35.42%

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

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 35.42%
G = 38.75%
B = 25.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#606946 (or 0x606946) is known color: Woodland. HEX triplet: 60, 69 and 46. RGB value is (96,105,70). Sum of RGB (Red+Green+Blue) = 96+105+70=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #606946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606946 is #9F96B9. Grayscale: #626262. Windows color (decimal): -10458810 or 4614496. OLE color: 4614496.

HSL color Cylindrical-coordinate representation of color #606946: hue angle of 75.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #606946 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 70 -
CMYK 0.09 0 0.33 0.59
HSL 75.43º 0.2% 0.34% -
HSV(B) 75.43º 0.33% 0.41% -
XYZ 10.98 13.03 7.73 -
YUV 98.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 96 105 70 0.09 0 0.33 0.59 75.43 0.2 0.34
Hex 60 69 46 9 0 21 3B 4B 14 22
Octal 140 151 106 11 0 41 73 113 24 42
Binary 1100000 1101001 1000110 1001 0 100001 111011 1001011 10100 100010

Color Harmonies of #606946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606946

Black with #606946

Text Example


Text Example

White with #606946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606946; }

 p { color: rgb(96,105,70); }

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

background-color css

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

 a { background-color: rgb(96,105,70); }

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

border-color css

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

 span { border-color: rgb(96,105,70); }

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