Html Css Color HEX #606346 Woodland

📋 copy color: '#606346'

red 96 ◦ green 99 ◦ blue 70

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

Shades of Woodland #606346

Tints of Woodland #606346

RGB

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

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

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

R = 36.23%
G = 37.36%
B = 26.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#606346 (or 0x606346) is known color: Woodland. HEX triplet: 60, 63 and 46. RGB value is (96,99,70). Sum of RGB (Red+Green+Blue) = 96+99+70=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #606346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606346 is #9F9CB9. Grayscale: #5E5E5E. Windows color (decimal): -10460346 or 4612960. OLE color: 4612960.

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

Color convert

RGB 96 99 70 -
CMYK 0.03 0 0.29 0.61
HSL 66.21º 0.17% 0.33% -
HSV(B) 66.21º 0.29% 0.39% -
XYZ 10.39 11.85 7.53 -
YUV 94.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 96 99 70 0.03 0 0.29 0.61 66.21 0.17 0.33
Hex 60 63 46 3 0 1D 3D 42 11 21
Octal 140 143 106 3 0 35 75 102 21 41
Binary 1100000 1100011 1000110 11 0 11101 111101 1000010 10001 100001

Color Harmonies of #606346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606346

Black with #606346

Text Example


Text Example

White with #606346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606346; }

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

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

background-color css

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

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

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

border-color css

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

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

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