Html Css Color HEX #625552 Congo Brown

📋 copy color: '#625552'

red 98 ◦ green 85 ◦ blue 82

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

Shades of Congo Brown #625552

Tints of Congo Brown #625552

RGB

 RED value IS 98 (38.67% from 255) = 36.98%

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 36.98%
G = 32.08%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#625552 (or 0x625552) is known color: Congo Brown. HEX triplet: 62, 55 and 52. RGB value is (98,85,82). Sum of RGB (Red+Green+Blue) = 98+85+82=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #625552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625552 is #9DAAAD. Grayscale: #585858. Windows color (decimal): -10332846 or 5395810. OLE color: 5395810.

HSL color Cylindrical-coordinate representation of color #625552: hue angle of 11.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625552 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 85 82 -
CMYK 0 0.13 0.16 0.62
HSL 11.25º 0.09% 0.35% -
HSV(B) 11.25º 0.16% 0.38% -
XYZ 9.81 9.7 9.34 -
YUV 88.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 98 85 82 0 0.13 0.16 0.62 11.25 0.09 0.35
Hex 62 55 52 0 D 10 3E B 9 23
Octal 142 125 122 0 15 20 76 13 11 43
Binary 1100010 1010101 1010010 0 1101 10000 111110 1011 1001 100011

Color Harmonies of #625552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625552

Black with #625552

Text Example


Text Example

White with #625552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625552; }

 p { color: rgb(98,85,82); }

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

background-color css

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

 a { background-color: rgb(98,85,82); }

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

border-color css

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

 span { border-color: rgb(98,85,82); }

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