Html Css Color HEX #696235 Verdigris

📋 copy color: '#696235'

red 105 ◦ green 98 ◦ blue 53

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

Shades of Verdigris #696235

Tints of Verdigris #696235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 41.02%
G = 38.28%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#696235 (or 0x696235) is known color: Verdigris. HEX triplet: 69, 62 and 35. RGB value is (105,98,53). Sum of RGB (Red+Green+Blue) = 105+98+53=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #696235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696235 is #969DCA. Grayscale: #5F5F5F. Windows color (decimal): -9870795 or 3498601. OLE color: 3498601.

HSL color Cylindrical-coordinate representation of color #696235: hue angle of 51.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696235 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 98 53 -
CMYK 0 0.07 0.50 0.59
HSL 51.92º 0.33% 0.31% -
HSV(B) 51.92º 0.5% 0.41% -
XYZ 10.84 12 5.11 -
YUV 94.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 105 98 53 0 0.07 0.50 0.59 51.92 0.33 0.31
Hex 69 62 35 0 7 32 3B 34 21 1F
Octal 151 142 65 0 7 62 73 64 41 37
Binary 1101001 1100010 110101 0 111 110010 111011 110100 100001 11111

Color Harmonies of #696235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696235

Black with #696235

Text Example


Text Example

White with #696235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696235; }

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

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

background-color css

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

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

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

border-color css

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

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

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