Html Css Color HEX #626044 Verdigris

📋 copy color: '#626044'

red 98 ◦ green 96 ◦ blue 68

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

Shades of Verdigris #626044

Tints of Verdigris #626044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.95%

R = 37.4%
G = 36.64%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#626044 (or 0x626044) is known color: Verdigris. HEX triplet: 62, 60 and 44. RGB value is (98,96,68). Sum of RGB (Red+Green+Blue) = 98+96+68=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #626044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626044 is #9D9FBB. Grayscale: #5D5D5D. Windows color (decimal): -10330044 or 4481122. OLE color: 4481122.

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

Color convert

RGB 98 96 68 -
CMYK 0 0.02 0.31 0.62
HSL 56º 0.18% 0.33% -
HSV(B) 56º 0.31% 0.38% -
XYZ 10.26 11.38 7.12 -
YUV 93.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 98 96 68 0 0.02 0.31 0.62 56 0.18 0.33
Hex 62 60 44 0 2 1F 3E 38 12 21
Octal 142 140 104 0 2 37 76 70 22 41
Binary 1100010 1100000 1000100 0 10 11111 111110 111000 10010 100001

Color Harmonies of #626044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626044

Black with #626044

Text Example


Text Example

White with #626044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626044; }

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

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

background-color css

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

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

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

border-color css

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

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

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