Html Css Color HEX #60694C Woodland

📋 copy color: '#60694C'

red 96 ◦ green 105 ◦ blue 76

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

Shades of Woodland #60694C

Tints of Woodland #60694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 34.66%
G = 37.91%
B = 27.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#60694C (or 0x60694C) is known color: Woodland. HEX triplet: 60, 69 and 4C. RGB value is (96,105,76). Sum of RGB (Red+Green+Blue) = 96+105+76=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #60694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60694C is #9F96B3. Grayscale: #636363. Windows color (decimal): -10458804 or 5007712. OLE color: 5007712.

HSL color Cylindrical-coordinate representation of color #60694C: hue angle of 78.62º 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 #60694C is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 76 -
CMYK 0.09 0 0.28 0.59
HSL 78.62º 0.16% 0.35% -
HSV(B) 78.62º 0.28% 0.41% -
XYZ 11.18 13.11 8.78 -
YUV 99 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 96 105 76 0.09 0 0.28 0.59 78.62 0.16 0.35
Hex 60 69 4C 9 0 1C 3B 4F 10 23
Octal 140 151 114 11 0 34 73 117 20 43
Binary 1100000 1101001 1001100 1001 0 11100 111011 1001111 10000 100011

Color Harmonies of #60694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60694C

Black with #60694C

Text Example


Text Example

White with #60694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60694C; }

 p { color: rgb(96,105,76); }

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

background-color css

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

 a { background-color: rgb(96,105,76); }

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

border-color css

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

 span { border-color: rgb(96,105,76); }

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