Html Css Color HEX #60624E Woodland

📋 copy color: '#60624E'

red 96 ◦ green 98 ◦ blue 78

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

Shades of Woodland #60624E

Tints of Woodland #60624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.03%

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 35.29%
G = 36.03%
B = 28.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60624E (or 0x60624E) is known color: Woodland. HEX triplet: 60, 62 and 4E. RGB value is (96,98,78). Sum of RGB (Red+Green+Blue) = 96+98+78=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #60624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60624E is #9F9DB1. Grayscale: #5F5F5F. Windows color (decimal): -10460594 or 5136992. OLE color: 5136992.

HSL color Cylindrical-coordinate representation of color #60624E: hue angle of 66º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60624E is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 78 -
CMYK 0.02 0 0.20 0.62
HSL 66º 0.11% 0.35% -
HSV(B) 66º 0.2% 0.38% -
XYZ 10.57 11.77 8.92 -
YUV 95.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 96 98 78 0.02 0 0.20 0.62 66 0.11 0.35
Hex 60 62 4E 2 0 14 3E 42 B 23
Octal 140 142 116 2 0 24 76 102 13 43
Binary 1100000 1100010 1001110 10 0 10100 111110 1000010 1011 100011

Color Harmonies of #60624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60624E

Black with #60624E

Text Example


Text Example

White with #60624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60624E; }

 p { color: rgb(96,98,78); }

 H1.HeaderClassName
 {
   color: #60624E;
 }
 .AnyTagClassName
 {
   color: #60624E;
 }
</style>

background-color css

<style>
 a { background-color: #60624E; }

 a { background-color: rgb(96,98,78); }

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

border-color css

<style>
 span { border-color: #60624E; }

 span { border-color: rgb(96,98,78); }

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