Html Css Color HEX #696641 Verdigris

📋 copy color: '#696641'

red 105 ◦ green 102 ◦ blue 65

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

Shades of Verdigris #696641

Tints of Verdigris #696641

RGB

 RED value IS 105 (41.41% from 255) = 38.6%

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 38.6%
G = 37.5%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#696641 (or 0x696641) is known color: Verdigris. HEX triplet: 69, 66 and 41. RGB value is (105,102,65). Sum of RGB (Red+Green+Blue) = 105+102+65=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #696641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696641 is #9699BE. Grayscale: #626262. Windows color (decimal): -9869759 or 4286057. OLE color: 4286057.

HSL color Cylindrical-coordinate representation of color #696641: hue angle of 55.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696641 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 65 -
CMYK 0 0.03 0.38 0.59
HSL 55.5º 0.24% 0.33% -
HSV(B) 55.5º 0.38% 0.41% -
XYZ 11.53 12.89 6.88 -
YUV 98.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 105 102 65 0 0.03 0.38 0.59 55.5 0.24 0.33
Hex 69 66 41 0 3 26 3B 38 18 21
Octal 151 146 101 0 3 46 73 70 30 41
Binary 1101001 1100110 1000001 0 11 100110 111011 111000 11000 100001

Color Harmonies of #696641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696641

Black with #696641

Text Example


Text Example

White with #696641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696641; }

 p { color: rgb(105,102,65); }

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

background-color css

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

 a { background-color: rgb(105,102,65); }

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

border-color css

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

 span { border-color: rgb(105,102,65); }

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