Html Css Color HEX #696138 Verdigris

📋 copy color: '#696138'

red 105 ◦ green 97 ◦ blue 56

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

Shades of Verdigris #696138

Tints of Verdigris #696138

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 40.7%
G = 37.6%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#696138 (or 0x696138) is known color: Verdigris. HEX triplet: 69, 61 and 38. RGB value is (105,97,56). Sum of RGB (Red+Green+Blue) = 105+97+56=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696138 is #969EC7. Grayscale: #5E5E5E. Windows color (decimal): -9871048 or 3694953. OLE color: 3694953.

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

Color convert

RGB 105 97 56 -
CMYK 0 0.08 0.47 0.59
HSL 50.2º 0.3% 0.32% -
HSV(B) 50.2º 0.47% 0.41% -
XYZ 10.81 11.84 5.46 -
YUV 94.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 105 97 56 0 0.08 0.47 0.59 50.2 0.3 0.32
Hex 69 61 38 0 8 2F 3B 32 1E 20
Octal 151 141 70 0 10 57 73 62 36 40
Binary 1101001 1100001 111000 0 1000 101111 111011 110010 11110 100000

Color Harmonies of #696138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696138

Black with #696138

Text Example


Text Example

White with #696138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696138; }

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

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

background-color css

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

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

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

border-color css

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

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

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