Html Css Color HEX #606A3A Woodland

📋 copy color: '#606A3A'

red 96 ◦ green 106 ◦ blue 58

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

Shades of Woodland #606A3A

Tints of Woodland #606A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.77%

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 36.92%
G = 40.77%
B = 22.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#606A3A (or 0x606A3A) is known color: Woodland. HEX triplet: 60, 6A and 3A. RGB value is (96,106,58). Sum of RGB (Red+Green+Blue) = 96+106+58=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 106 - color contains mainly: green. Hex color #606A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606A3A is #9F95C5. Grayscale: #616161. Windows color (decimal): -10458566 or 3828320. OLE color: 3828320.

HSL color Cylindrical-coordinate representation of color #606A3A: hue angle of 72.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606A3A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 106 58 -
CMYK 0.09 0 0.45 0.58
HSL 72.5º 0.29% 0.32% -
HSV(B) 72.5º 0.45% 0.42% -
XYZ 10.74 13.1 5.97 -
YUV 97.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 96 106 58 0.09 0 0.45 0.58 72.5 0.29 0.32
Hex 60 6A 3A 9 0 2D 3A 48 1D 20
Octal 140 152 72 11 0 55 72 110 35 40
Binary 1100000 1101010 111010 1001 0 101101 111010 1001000 11101 100000

Color Harmonies of #606A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A3A

Black with #606A3A

Text Example


Text Example

White with #606A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606A3A; }

 p { color: rgb(96,106,58); }

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

background-color css

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

 a { background-color: rgb(96,106,58); }

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

border-color css

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

 span { border-color: rgb(96,106,58); }

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