Html Css Color HEX #625F4A Verdigris

📋 copy color: '#625F4A'

red 98 ◦ green 95 ◦ blue 74

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

Shades of Verdigris #625F4A

Tints of Verdigris #625F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.58%

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 36.7%
G = 35.58%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#625F4A (or 0x625F4A) is known color: Verdigris. HEX triplet: 62, 5F and 4A. RGB value is (98,95,74). Sum of RGB (Red+Green+Blue) = 98+95+74=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #625F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F4A is #9DA0B5. Grayscale: #5D5D5D. Windows color (decimal): -10330294 or 4874082. OLE color: 4874082.

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

Color convert

RGB 98 95 74 -
CMYK 0 0.03 0.24 0.62
HSL 52.5º 0.14% 0.34% -
HSV(B) 52.5º 0.24% 0.38% -
XYZ 10.37 11.28 8.11 -
YUV 93.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 98 95 74 0 0.03 0.24 0.62 52.5 0.14 0.34
Hex 62 5F 4A 0 3 18 3E 34 E 22
Octal 142 137 112 0 3 30 76 64 16 42
Binary 1100010 1011111 1001010 0 11 11000 111110 110100 1110 100010

Color Harmonies of #625F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F4A

Black with #625F4A

Text Example


Text Example

White with #625F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,95,74); }

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

background-color css

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

 a { background-color: rgb(98,95,74); }

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

border-color css

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

 span { border-color: rgb(98,95,74); }

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