Html Css Color HEX #60694B Woodland

📋 copy color: '#60694B'

red 96 ◦ green 105 ◦ blue 75

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

Shades of Woodland #60694B

Tints of Woodland #60694B

RGB

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

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

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

R = 34.78%
G = 38.04%
B = 27.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#60694B (or 0x60694B) is known color: Woodland. HEX triplet: 60, 69 and 4B. RGB value is (96,105,75). Sum of RGB (Red+Green+Blue) = 96+105+75=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #60694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60694B is #9F96B4. Grayscale: #636363. Windows color (decimal): -10458805 or 4942176. OLE color: 4942176.

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

Color convert

RGB 96 105 75 -
CMYK 0.09 0 0.29 0.59
HSL 78º 0.17% 0.35% -
HSV(B) 78º 0.29% 0.41% -
XYZ 11.15 13.1 8.6 -
YUV 98.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 96 105 75 0.09 0 0.29 0.59 78 0.17 0.35
Hex 60 69 4B 9 0 1D 3B 4E 11 23
Octal 140 151 113 11 0 35 73 116 21 43
Binary 1100000 1101001 1001011 1001 0 11101 111011 1001110 10001 100011

Color Harmonies of #60694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60694B

Black with #60694B

Text Example


Text Example

White with #60694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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