Html Css Color HEX #625B54 Kabul

📋 copy color: '#625B54'

red 98 ◦ green 91 ◦ blue 84

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

Shades of Kabul #625B54

Tints of Kabul #625B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.33%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 35.9%
G = 33.33%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#625B54 (or 0x625B54) is known color: Kabul. HEX triplet: 62, 5B and 54. RGB value is (98,91,84). Sum of RGB (Red+Green+Blue) = 98+91+84=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #625B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B54 is #9DA4AB. Grayscale: #5C5C5C. Windows color (decimal): -10331308 or 5528418. OLE color: 5528418.

HSL color Cylindrical-coordinate representation of color #625B54: hue angle of 30º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #625B54 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 91 84 -
CMYK 0 0.07 0.14 0.62
HSL 30º 0.08% 0.36% -
HSV(B) 30º 0.14% 0.38% -
XYZ 10.38 10.72 9.91 -
YUV 92.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 98 91 84 0 0.07 0.14 0.62 30 0.08 0.36
Hex 62 5B 54 0 7 E 3E 1E 8 24
Octal 142 133 124 0 7 16 76 36 10 44
Binary 1100010 1011011 1010100 0 111 1110 111110 11110 1000 100100

Color Harmonies of #625B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B54

Black with #625B54

Text Example


Text Example

White with #625B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,91,84); }

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

background-color css

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

 a { background-color: rgb(98,91,84); }

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

border-color css

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

 span { border-color: rgb(98,91,84); }

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