Html Css Color HEX #60684B Woodland

📋 copy color: '#60684B'

red 96 ◦ green 104 ◦ blue 75

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

Shades of Woodland #60684B

Tints of Woodland #60684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 34.91%
G = 37.82%
B = 27.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#60684B (or 0x60684B) is known color: Woodland. HEX triplet: 60, 68 and 4B. RGB value is (96,104,75). Sum of RGB (Red+Green+Blue) = 96+104+75=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #60684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60684B is #9F97B4. Grayscale: #626262. Windows color (decimal): -10459061 or 4941920. OLE color: 4941920.

HSL color Cylindrical-coordinate representation of color #60684B: hue angle of 76.55º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60684B is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 75 -
CMYK 0.08 0 0.28 0.59
HSL 76.55º 0.16% 0.35% -
HSV(B) 76.55º 0.28% 0.41% -
XYZ 11.04 12.9 8.56 -
YUV 98.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 96 104 75 0.08 0 0.28 0.59 76.55 0.16 0.35
Hex 60 68 4B 8 0 1C 3B 4D 10 23
Octal 140 150 113 10 0 34 73 115 20 43
Binary 1100000 1101000 1001011 1000 0 11100 111011 1001101 10000 100011

Color Harmonies of #60684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60684B

Black with #60684B

Text Example


Text Example

White with #60684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60684B; }

 p { color: rgb(96,104,75); }

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

background-color css

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

 a { background-color: rgb(96,104,75); }

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

border-color css

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

 span { border-color: rgb(96,104,75); }

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