Html Css Color HEX #625A52 Kabul

📋 copy color: '#625A52'

red 98 ◦ green 90 ◦ blue 82

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

Shades of Kabul #625A52

Tints of Kabul #625A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

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

R = 36.3%
G = 33.33%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#625A52 (or 0x625A52) is known color: Kabul. HEX triplet: 62, 5A and 52. RGB value is (98,90,82). Sum of RGB (Red+Green+Blue) = 98+90+82=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #625A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A52 is #9DA5AD. Grayscale: #5B5B5B. Windows color (decimal): -10331566 or 5397090. OLE color: 5397090.

HSL color Cylindrical-coordinate representation of color #625A52: hue angle of 30º 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 #625A52 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 90 82 -
CMYK 0 0.08 0.16 0.62
HSL 30º 0.09% 0.35% -
HSV(B) 30º 0.16% 0.38% -
XYZ 10.22 10.52 9.47 -
YUV 91.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 98 90 82 0 0.08 0.16 0.62 30 0.09 0.35
Hex 62 5A 52 0 8 10 3E 1E 9 23
Octal 142 132 122 0 10 20 76 36 11 43
Binary 1100010 1011010 1010010 0 1000 10000 111110 11110 1001 100011

Color Harmonies of #625A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A52

Black with #625A52

Text Example


Text Example

White with #625A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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