Html Css Color HEX #696638 Verdigris

📋 copy color: '#696638'

red 105 ◦ green 102 ◦ blue 56

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

Shades of Verdigris #696638

Tints of Verdigris #696638

RGB

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

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

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

R = 39.92%
G = 38.78%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#696638 (or 0x696638) is known color: Verdigris. HEX triplet: 69, 66 and 38. RGB value is (105,102,56). Sum of RGB (Red+Green+Blue) = 105+102+56=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #696638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696638 is #9699C7. Grayscale: #616161. Windows color (decimal): -9869768 or 3696233. OLE color: 3696233.

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

Color convert

RGB 105 102 56 -
CMYK 0 0.03 0.47 0.59
HSL 56.33º 0.3% 0.32% -
HSV(B) 56.33º 0.47% 0.41% -
XYZ 11.29 12.79 5.62 -
YUV 97.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 105 102 56 0 0.03 0.47 0.59 56.33 0.3 0.32
Hex 69 66 38 0 3 2F 3B 38 1E 20
Octal 151 146 70 0 3 57 73 70 36 40
Binary 1101001 1100110 111000 0 11 101111 111011 111000 11110 100000

Color Harmonies of #696638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696638

Black with #696638

Text Example


Text Example

White with #696638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696638; }

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

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

background-color css

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

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

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

border-color css

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

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

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