#62534F

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

Shades of Congo Brown #62534F

Tints of Congo Brown #62534F

Color information

#62534F (or 0x62534F) is unknown color: approx Congo Brown. HEX triplet: 62, 53 and 4F. RGB value is (98,83,79). Sum of RGB (Red+Green+Blue) = 98+83+79=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #62534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62534F is #9DACB0. Grayscale: #575757. Windows color (decimal): -10333361 or 5198690. OLE color: 5198690.

HSL color Cylindrical-coordinate representation of color #62534F: hue angle of 12.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62534F is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB988379-
CMYK00.150.190.62
HSL12.63º10.73%34.71%-
HSV(B)12.63º19.39%38.43%-
XYZ9.549.358.7-
YUV87.03123.47135.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=37.69%
G=31.92%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98837900.150.190.6212.6310.7334.71
Hex62534F0F133Edb23
Octal1421231170172376151343
Binary110001010100111001111011111001111111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62534F; }

 p { color: rgb(98,83,79); }

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

<style>
 a { background-color: #62534F; }

 a { background-color: rgb(98,83,79); }

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

<style>
 span { border-color: #62534F; }

 span { border-color: rgb(98,83,79); }

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