Html Css Color HEX #696833 Verdigris

📋 copy color: '#696833'

red 105 ◦ green 104 ◦ blue 51

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

Shades of Verdigris #696833

Tints of Verdigris #696833

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 40.38%
G = 40%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#696833 (or 0x696833) is known color: Verdigris. HEX triplet: 69, 68 and 33. RGB value is (105,104,51). Sum of RGB (Red+Green+Blue) = 105+104+51=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #696833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696833 is #9697CC. Grayscale: #626262. Windows color (decimal): -9869261 or 3369065. OLE color: 3369065.

HSL color Cylindrical-coordinate representation of color #696833: hue angle of 58.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696833 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 51 -
CMYK 0 0.01 0.51 0.59
HSL 58.89º 0.35% 0.31% -
HSV(B) 58.89º 0.51% 0.41% -
XYZ 11.37 13.14 5.07 -
YUV 98.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 105 104 51 0 0.01 0.51 0.59 58.89 0.35 0.31
Hex 69 68 33 0 1 33 3B 3B 23 1F
Octal 151 150 63 0 1 63 73 73 43 37
Binary 1101001 1101000 110011 0 1 110011 111011 111011 100011 11111

Color Harmonies of #696833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696833

Black with #696833

Text Example


Text Example

White with #696833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696833; }

 p { color: rgb(105,104,51); }

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

background-color css

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

 a { background-color: rgb(105,104,51); }

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

border-color css

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

 span { border-color: rgb(105,104,51); }

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