Html Css Color HEX #696538 Verdigris

📋 copy color: '#696538'

red 105 ◦ green 101 ◦ blue 56

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

Shades of Verdigris #696538

Tints of Verdigris #696538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.55%

 BLUE value IS 56 (22.27% from 255) = 21.37%

R = 40.08%
G = 38.55%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#696538 (or 0x696538) is known color: Verdigris. HEX triplet: 69, 65 and 38. RGB value is (105,101,56). Sum of RGB (Red+Green+Blue) = 105+101+56=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #696538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696538 is #969AC7. Grayscale: #616161. Windows color (decimal): -9870024 or 3695977. OLE color: 3695977.

HSL color Cylindrical-coordinate representation of color #696538: hue angle of 55.1º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696538 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 101 56 -
CMYK 0 0.04 0.47 0.59
HSL 55.1º 0.3% 0.32% -
HSV(B) 55.1º 0.47% 0.41% -
XYZ 11.19 12.6 5.58 -
YUV 97.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 105 101 56 0 0.04 0.47 0.59 55.1 0.3 0.32
Hex 69 65 38 0 4 2F 3B 37 1E 20
Octal 151 145 70 0 4 57 73 67 36 40
Binary 1101001 1100101 111000 0 100 101111 111011 110111 11110 100000

Color Harmonies of #696538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696538

Black with #696538

Text Example


Text Example

White with #696538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696538; }

 p { color: rgb(105,101,56); }

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

background-color css

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

 a { background-color: rgb(105,101,56); }

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

border-color css

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

 span { border-color: rgb(105,101,56); }

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