Html Css Color HEX #625D3A Verdigris

📋 copy color: '#625D3A'

red 98 ◦ green 93 ◦ blue 58

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

Shades of Verdigris #625D3A

Tints of Verdigris #625D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 39.36%
G = 37.35%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#625D3A (or 0x625D3A) is known color: Verdigris. HEX triplet: 62, 5D and 3A. RGB value is (98,93,58). Sum of RGB (Red+Green+Blue) = 98+93+58=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #625D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625D3A is #9DA2C5. Grayscale: #5A5A5A. Windows color (decimal): -10330822 or 3824994. OLE color: 3824994.

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

Color convert

RGB 98 93 58 -
CMYK 0 0.05 0.41 0.62
HSL 52.5º 0.26% 0.31% -
HSV(B) 52.5º 0.41% 0.38% -
XYZ 9.72 10.73 5.56 -
YUV 90.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 98 93 58 0 0.05 0.41 0.62 52.5 0.26 0.31
Hex 62 5D 3A 0 5 29 3E 34 1A 1F
Octal 142 135 72 0 5 51 76 64 32 37
Binary 1100010 1011101 111010 0 101 101001 111110 110100 11010 11111

Color Harmonies of #625D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625D3A

Black with #625D3A

Text Example


Text Example

White with #625D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,93,58); }

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

background-color css

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

 a { background-color: rgb(98,93,58); }

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

border-color css

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

 span { border-color: rgb(98,93,58); }

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