Html Css Color HEX #676540 Verdigris

📋 copy color: '#676540'

red 103 ◦ green 101 ◦ blue 64

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

Shades of Verdigris #676540

Tints of Verdigris #676540

RGB

 RED value IS 103 (40.63% from 255) = 38.43%

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 38.43%
G = 37.69%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#676540 (or 0x676540) is known color: Verdigris. HEX triplet: 67, 65 and 40. RGB value is (103,101,64). Sum of RGB (Red+Green+Blue) = 103+101+64=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #676540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676540 is #989ABF. Grayscale: #616161. Windows color (decimal): -10001088 or 4220263. OLE color: 4220263.

HSL color Cylindrical-coordinate representation of color #676540: hue angle of 56.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #676540 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 101 64 -
CMYK 0 0.02 0.38 0.60
HSL 56.92º 0.23% 0.33% -
HSV(B) 56.92º 0.38% 0.4% -
XYZ 11.17 12.56 6.69 -
YUV 97.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 103 101 64 0 0.02 0.38 0.60 56.92 0.23 0.33
Hex 67 65 40 0 2 26 3C 39 17 21
Octal 147 145 100 0 2 46 74 71 27 41
Binary 1100111 1100101 1000000 0 10 100110 111100 111001 10111 100001

Color Harmonies of #676540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676540

Black with #676540

Text Example


Text Example

White with #676540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676540; }

 p { color: rgb(103,101,64); }

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

background-color css

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

 a { background-color: rgb(103,101,64); }

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

border-color css

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

 span { border-color: rgb(103,101,64); }

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