Html Css Color HEX #625C3E Verdigris

📋 copy color: '#625C3E'

red 98 ◦ green 92 ◦ blue 62

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

Shades of Verdigris #625C3E

Tints of Verdigris #625C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

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

R = 38.89%
G = 36.51%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#625C3E (or 0x625C3E) is known color: Verdigris. HEX triplet: 62, 5C and 3E. RGB value is (98,92,62). Sum of RGB (Red+Green+Blue) = 98+92+62=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C3E is #9DA3C1. Grayscale: #5A5A5A. Windows color (decimal): -10331074 or 4086882. OLE color: 4086882.

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

Color convert

RGB 98 92 62 -
CMYK 0 0.06 0.37 0.62
HSL 50º 0.23% 0.31% -
HSV(B) 50º 0.37% 0.38% -
XYZ 9.73 10.6 6.09 -
YUV 90.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 98 92 62 0 0.06 0.37 0.62 50 0.23 0.31
Hex 62 5C 3E 0 6 25 3E 32 16 1F
Octal 142 134 76 0 6 45 76 62 26 37
Binary 1100010 1011100 111110 0 110 100101 111110 110010 10110 11111

Color Harmonies of #625C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625C3E

Black with #625C3E

Text Example


Text Example

White with #625C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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