Html Css Color HEX #626048 Verdigris

📋 copy color: '#626048'

red 98 ◦ green 96 ◦ blue 72

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

Shades of Verdigris #626048

Tints of Verdigris #626048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 36.84%
G = 36.09%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#626048 (or 0x626048) is known color: Verdigris. HEX triplet: 62, 60 and 48. RGB value is (98,96,72). Sum of RGB (Red+Green+Blue) = 98+96+72=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #626048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626048 is #9D9FB7. Grayscale: #5D5D5D. Windows color (decimal): -10330040 or 4743266. OLE color: 4743266.

HSL color Cylindrical-coordinate representation of color #626048: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626048 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 96 72 -
CMYK 0 0.02 0.27 0.62
HSL 55.38º 0.15% 0.33% -
HSV(B) 55.38º 0.27% 0.38% -
XYZ 10.39 11.43 7.79 -
YUV 93.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 98 96 72 0 0.02 0.27 0.62 55.38 0.15 0.33
Hex 62 60 48 0 2 1B 3E 37 F 21
Octal 142 140 110 0 2 33 76 67 17 41
Binary 1100010 1100000 1001000 0 10 11011 111110 110111 1111 100001

Color Harmonies of #626048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626048

Black with #626048

Text Example


Text Example

White with #626048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626048; }

 p { color: rgb(98,96,72); }

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

background-color css

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

 a { background-color: rgb(98,96,72); }

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

border-color css

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

 span { border-color: rgb(98,96,72); }

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