Html Css Color HEX #696634 Verdigris

📋 copy color: '#696634'

red 105 ◦ green 102 ◦ blue 52

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

Shades of Verdigris #696634

Tints of Verdigris #696634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 40.54%
G = 39.38%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#696634 (or 0x696634) is known color: Verdigris. HEX triplet: 69, 66 and 34. RGB value is (105,102,52). Sum of RGB (Red+Green+Blue) = 105+102+52=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #696634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696634 is #9699CB. Grayscale: #616161. Windows color (decimal): -9869772 or 3434089. OLE color: 3434089.

HSL color Cylindrical-coordinate representation of color #696634: hue angle of 56.6º degrees, saturation: 0.34, 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 #696634 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 52 -
CMYK 0 0.03 0.50 0.59
HSL 56.6º 0.34% 0.31% -
HSV(B) 56.6º 0.5% 0.41% -
XYZ 11.2 12.75 5.12 -
YUV 97.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 105 102 52 0 0.03 0.50 0.59 56.6 0.34 0.31
Hex 69 66 34 0 3 32 3B 39 22 1F
Octal 151 146 64 0 3 62 73 71 42 37
Binary 1101001 1100110 110100 0 11 110010 111011 111001 100010 11111

Color Harmonies of #696634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696634

Black with #696634

Text Example


Text Example

White with #696634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696634; }

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

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

background-color css

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

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

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

border-color css

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

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

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