Html Css Color HEX #696334 Verdigris

📋 copy color: '#696334'

red 105 ◦ green 99 ◦ blue 52

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

Shades of Verdigris #696334

Tints of Verdigris #696334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

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

R = 41.02%
G = 38.67%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#696334 (or 0x696334) is known color: Verdigris. HEX triplet: 69, 63 and 34. RGB value is (105,99,52). Sum of RGB (Red+Green+Blue) = 105+99+52=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #696334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696334 is #969CCB. Grayscale: #5F5F5F. Windows color (decimal): -9870540 or 3433321. OLE color: 3433321.

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

Color convert

RGB 105 99 52 -
CMYK 0 0.06 0.50 0.59
HSL 53.21º 0.34% 0.31% -
HSV(B) 53.21º 0.5% 0.41% -
XYZ 10.91 12.17 5.02 -
YUV 95.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 105 99 52 0 0.06 0.50 0.59 53.21 0.34 0.31
Hex 69 63 34 0 6 32 3B 35 22 1F
Octal 151 143 64 0 6 62 73 65 42 37
Binary 1101001 1100011 110100 0 110 110010 111011 110101 100010 11111

Color Harmonies of #696334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696334

Black with #696334

Text Example


Text Example

White with #696334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696334; }

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

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

background-color css

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

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

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

border-color css

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

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

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