Html Css Color HEX #606C38 Woodland

📋 copy color: '#606C38'

red 96 ◦ green 108 ◦ blue 56

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

Shades of Woodland #606C38

Tints of Woodland #606C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.54%

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 36.92%
G = 41.54%
B = 21.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#606C38 (or 0x606C38) is known color: Woodland. HEX triplet: 60, 6C and 38. RGB value is (96,108,56). Sum of RGB (Red+Green+Blue) = 96+108+56=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #606C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C38 is #9F93C7. Grayscale: #626262. Windows color (decimal): -10458056 or 3697760. OLE color: 3697760.

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

Color convert

RGB 96 108 56 -
CMYK 0.11 0 0.48 0.58
HSL 73.85º 0.32% 0.32% -
HSV(B) 73.85º 0.48% 0.42% -
XYZ 10.9 13.5 5.77 -
YUV 98.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 96 108 56 0.11 0 0.48 0.58 73.85 0.32 0.32
Hex 60 6C 38 B 0 30 3A 4A 20 20
Octal 140 154 70 13 0 60 72 112 40 40
Binary 1100000 1101100 111000 1011 0 110000 111010 1001010 100000 100000

Color Harmonies of #606C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C38

Black with #606C38

Text Example


Text Example

White with #606C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,56); }

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

background-color css

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

 a { background-color: rgb(96,108,56); }

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

border-color css

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

 span { border-color: rgb(96,108,56); }

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