Html Css Color HEX #625F3D Verdigris

📋 copy color: '#625F3D'

red 98 ◦ green 95 ◦ blue 61

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

Shades of Verdigris #625F3D

Tints of Verdigris #625F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 38.58%
G = 37.4%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#625F3D (or 0x625F3D) is known color: Verdigris. HEX triplet: 62, 5F and 3D. RGB value is (98,95,61). Sum of RGB (Red+Green+Blue) = 98+95+61=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #625F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625F3D is #9DA0C2. Grayscale: #5C5C5C. Windows color (decimal): -10330307 or 4022114. OLE color: 4022114.

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

Color convert

RGB 98 95 61 -
CMYK 0 0.03 0.38 0.62
HSL 55.14º 0.23% 0.31% -
HSV(B) 55.14º 0.38% 0.38% -
XYZ 9.97 11.12 6.04 -
YUV 92.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 98 95 61 0 0.03 0.38 0.62 55.14 0.23 0.31
Hex 62 5F 3D 0 3 26 3E 37 17 1F
Octal 142 137 75 0 3 46 76 67 27 37
Binary 1100010 1011111 111101 0 11 100110 111110 110111 10111 11111

Color Harmonies of #625F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F3D

Black with #625F3D

Text Example


Text Example

White with #625F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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