Html Css Color HEX #606B3A Woodland

📋 copy color: '#606B3A'

red 96 ◦ green 107 ◦ blue 58

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

Shades of Woodland #606B3A

Tints of Woodland #606B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

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

R = 36.78%
G = 41%
B = 22.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#606B3A (or 0x606B3A) is known color: Woodland. HEX triplet: 60, 6B and 3A. RGB value is (96,107,58). Sum of RGB (Red+Green+Blue) = 96+107+58=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #606B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B3A is #9F94C5. Grayscale: #626262. Windows color (decimal): -10458310 or 3828576. OLE color: 3828576.

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

Color convert

RGB 96 107 58 -
CMYK 0.10 0 0.46 0.58
HSL 73.47º 0.3% 0.32% -
HSV(B) 73.47º 0.46% 0.42% -
XYZ 10.85 13.31 6 -
YUV 98.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 96 107 58 0.10 0 0.46 0.58 73.47 0.3 0.32
Hex 60 6B 3A A 0 2E 3A 49 1E 20
Octal 140 153 72 12 0 56 72 111 36 40
Binary 1100000 1101011 111010 1010 0 101110 111010 1001001 11110 100000

Color Harmonies of #606B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B3A

Black with #606B3A

Text Example


Text Example

White with #606B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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