Html Css Color HEX #625B3E Verdigris

📋 copy color: '#625B3E'

red 98 ◦ green 91 ◦ blue 62

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

Shades of Verdigris #625B3E

Tints of Verdigris #625B3E

RGB

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

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

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

R = 39.04%
G = 36.25%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#625B3E (or 0x625B3E) is known color: Verdigris. HEX triplet: 62, 5B and 3E. RGB value is (98,91,62). Sum of RGB (Red+Green+Blue) = 98+91+62=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 98 - color contains mainly: red. Hex color #625B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B3E is #9DA4C1. Grayscale: #595959. Windows color (decimal): -10331330 or 4086626. OLE color: 4086626.

HSL color Cylindrical-coordinate representation of color #625B3E: hue angle of 48.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 #625B3E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 91 62 -
CMYK 0 0.07 0.37 0.62
HSL 48.33º 0.23% 0.31% -
HSV(B) 48.33º 0.37% 0.38% -
XYZ 9.65 10.43 6.06 -
YUV 89.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 98 91 62 0 0.07 0.37 0.62 48.33 0.23 0.31
Hex 62 5B 3E 0 7 25 3E 30 16 1F
Octal 142 133 76 0 7 45 76 60 26 37
Binary 1100010 1011011 111110 0 111 100101 111110 110000 10110 11111

Color Harmonies of #625B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B3E

Black with #625B3E

Text Example


Text Example

White with #625B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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