Html Css Color HEX #606349 Woodland

📋 copy color: '#606349'

red 96 ◦ green 99 ◦ blue 73

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

Shades of Woodland #606349

Tints of Woodland #606349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 35.82%
G = 36.94%
B = 27.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#606349 (or 0x606349) is known color: Woodland. HEX triplet: 60, 63 and 49. RGB value is (96,99,73). Sum of RGB (Red+Green+Blue) = 96+99+73=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #606349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606349 is #9F9CB6. Grayscale: #5F5F5F. Windows color (decimal): -10460343 or 4809568. OLE color: 4809568.

HSL color Cylindrical-coordinate representation of color #606349: hue angle of 66.92º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606349 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 73 -
CMYK 0.03 0 0.26 0.61
HSL 66.92º 0.15% 0.34% -
HSV(B) 66.92º 0.26% 0.39% -
XYZ 10.49 11.89 8.05 -
YUV 95.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 96 99 73 0.03 0 0.26 0.61 66.92 0.15 0.34
Hex 60 63 49 3 0 1A 3D 43 F 22
Octal 140 143 111 3 0 32 75 103 17 42
Binary 1100000 1100011 1001001 11 0 11010 111101 1000011 1111 100010

Color Harmonies of #606349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606349

Black with #606349

Text Example


Text Example

White with #606349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606349; }

 p { color: rgb(96,99,73); }

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

background-color css

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

 a { background-color: rgb(96,99,73); }

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

border-color css

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

 span { border-color: rgb(96,99,73); }

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