Html Css Color HEX #696241 Verdigris

📋 copy color: '#696241'

red 105 ◦ green 98 ◦ blue 65

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

Shades of Verdigris #696241

Tints of Verdigris #696241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

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

R = 39.18%
G = 36.57%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#696241 (or 0x696241) is known color: Verdigris. HEX triplet: 69, 62 and 41. RGB value is (105,98,65). Sum of RGB (Red+Green+Blue) = 105+98+65=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #696241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696241 is #969DBE. Grayscale: #606060. Windows color (decimal): -9870783 or 4285033. OLE color: 4285033.

HSL color Cylindrical-coordinate representation of color #696241: hue angle of 49.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 #696241 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 98 65 -
CMYK 0 0.07 0.38 0.59
HSL 49.5º 0.24% 0.33% -
HSV(B) 49.5º 0.38% 0.41% -
XYZ 11.15 12.12 6.75 -
YUV 96.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 105 98 65 0 0.07 0.38 0.59 49.5 0.24 0.33
Hex 69 62 41 0 7 26 3B 32 18 21
Octal 151 142 101 0 7 46 73 62 30 41
Binary 1101001 1100010 1000001 0 111 100110 111011 110010 11000 100001

Color Harmonies of #696241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696241

Black with #696241

Text Example


Text Example

White with #696241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696241; }

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

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

background-color css

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

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

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

border-color css

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

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

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