Html Css Color HEX #676041 Verdigris

📋 copy color: '#676041'

red 103 ◦ green 96 ◦ blue 65

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

Shades of Verdigris #676041

Tints of Verdigris #676041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 39.02%
G = 36.36%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#676041 (or 0x676041) is known color: Verdigris. HEX triplet: 67, 60 and 41. RGB value is (103,96,65). Sum of RGB (Red+Green+Blue) = 103+96+65=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 103 - color contains mainly: red. Hex color #676041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676041 is #989FBE. Grayscale: #5E5E5E. Windows color (decimal): -10002367 or 4284519. OLE color: 4284519.

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

Color convert

RGB 103 96 65 -
CMYK 0 0.07 0.37 0.60
HSL 48.95º 0.23% 0.33% -
HSV(B) 48.95º 0.37% 0.4% -
XYZ 10.73 11.63 6.68 -
YUV 94.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 103 96 65 0 0.07 0.37 0.60 48.95 0.23 0.33
Hex 67 60 41 0 7 25 3C 31 17 21
Octal 147 140 101 0 7 45 74 61 27 41
Binary 1100111 1100000 1000001 0 111 100101 111100 110001 10111 100001

Color Harmonies of #676041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676041

Black with #676041

Text Example


Text Example

White with #676041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676041; }

 p { color: rgb(103,96,65); }

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

background-color css

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

 a { background-color: rgb(103,96,65); }

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

border-color css

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

 span { border-color: rgb(103,96,65); }

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