#62514D

Color #62514D Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #62514D

Tints of Congo Brown #62514D

Color information

#62514D (or 0x62514D) is unknown color: approx Congo Brown. HEX triplet: 62, 51 and 4D. RGB value is (98,81,77). Sum of RGB (Red+Green+Blue) = 98+81+77=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62514D is #9DAEB2. Grayscale: #555555. Windows color (decimal): -10333875 or 5067106. OLE color: 5067106.

HSL color Cylindrical-coordinate representation of color #62514D: hue angle of 11.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62514D is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB988177-
CMYK00.170.210.62
HSL11.43º12%34.31%-
HSV(B)11.43º21.43%38.43%-
XYZ9.329.028.27-
YUV85.63123.13136.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=38.28%
G=31.64%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98817700.170.210.6211.431234.31
Hex62514D011153Ebc22
Octal1421211150212576131442
Binary1100010101000110011010100011010111111010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62514D; }

 p { color: rgb(98,81,77); }

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

<style>
 a { background-color: #62514D; }

 a { background-color: rgb(98,81,77); }

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

<style>
 span { border-color: #62514D; }

 span { border-color: rgb(98,81,77); }

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