#626C4A

Color #626C4A Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #626C4A

Tints of Woodland #626C4A

Color information

#626C4A (or 0x626C4A) is unknown color: approx Woodland. HEX triplet: 62, 6C and 4A. RGB value is (98,108,74). Sum of RGB (Red+Green+Blue) = 98+108+74=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #626C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C4A is #9D93B5. Grayscale: #656565. Windows color (decimal): -10326966 or 4877410. OLE color: 4877410.

HSL color Cylindrical-coordinate representation of color #626C4A: hue angle of 77.65º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #626C4A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB9810874-
CMYK0.0900.310.58
HSL77.65º18.68%35.69%-
HSV(B)77.65º31.48%42.35%-
XYZ11.6413.828.53-
YUV101.13112.69125.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=35%
G=38.57%
B=26.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98108740.0900.310.5877.6518.6835.69
Hex626C4A901F3A4e1324
Octal14215411211037721162344
Binary1100010110110010010101001011111111010100111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626C4A; }

 p { color: rgb(98,108,74); }

 H1.HeaderClassName
 {
   color: #626C4A;
 }
 .AnyTagClassName
 {
   color: #626C4A;
 }
</style>
background-color css

<style>
 a { background-color: #626C4A; }

 a { background-color: rgb(98,108,74); }

 div.DivClassName
 {
   background-color: #626C4A;
 }
 .BgClassName
 {
   background-color: #626C4A;
 }
</style>
border-color css

<style>
 span { border-color: #626C4A; }

 span { border-color: rgb(98,108,74); }

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