Html Css Color HEX #60693B Woodland

📋 copy color: '#60693B'

red 96 ◦ green 105 ◦ blue 59

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

Shades of Woodland #60693B

Tints of Woodland #60693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 36.92%
G = 40.38%
B = 22.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#60693B (or 0x60693B) is known color: Woodland. HEX triplet: 60, 69 and 3B. RGB value is (96,105,59). Sum of RGB (Red+Green+Blue) = 96+105+59=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #60693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60693B is #9F96C4. Grayscale: #616161. Windows color (decimal): -10458821 or 3893600. OLE color: 3893600.

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

Color convert

RGB 96 105 59 -
CMYK 0.09 0 0.44 0.59
HSL 71.74º 0.28% 0.32% -
HSV(B) 71.74º 0.44% 0.41% -
XYZ 10.66 12.91 6.07 -
YUV 97.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 96 105 59 0.09 0 0.44 0.59 71.74 0.28 0.32
Hex 60 69 3B 9 0 2C 3B 48 1C 20
Octal 140 151 73 11 0 54 73 110 34 40
Binary 1100000 1101001 111011 1001 0 101100 111011 1001000 11100 100000

Color Harmonies of #60693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60693B

Black with #60693B

Text Example


Text Example

White with #60693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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