Html Css Color HEX #625E3E Verdigris

📋 copy color: '#625E3E'

red 98 ◦ green 94 ◦ blue 62

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

Shades of Verdigris #625E3E

Tints of Verdigris #625E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.01%

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 38.58%
G = 37.01%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#625E3E (or 0x625E3E) is known color: Verdigris. HEX triplet: 62, 5E and 3E. RGB value is (98,94,62). Sum of RGB (Red+Green+Blue) = 98+94+62=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #625E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625E3E is #9DA1C1. Grayscale: #5B5B5B. Windows color (decimal): -10330562 or 4087394. OLE color: 4087394.

HSL color Cylindrical-coordinate representation of color #625E3E: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625E3E is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 94 62 -
CMYK 0 0.04 0.37 0.62
HSL 53.33º 0.23% 0.31% -
HSV(B) 53.33º 0.37% 0.38% -
XYZ 9.91 10.95 6.15 -
YUV 91.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 98 94 62 0 0.04 0.37 0.62 53.33 0.23 0.31
Hex 62 5E 3E 0 4 25 3E 35 16 1F
Octal 142 136 76 0 4 45 76 65 26 37
Binary 1100010 1011110 111110 0 100 100101 111110 110101 10110 11111

Color Harmonies of #625E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E3E

Black with #625E3E

Text Example


Text Example

White with #625E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,94,62); }

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

background-color css

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

 a { background-color: rgb(98,94,62); }

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

border-color css

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

 span { border-color: rgb(98,94,62); }

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