Html Css Color HEX #696438 Verdigris

📋 copy color: '#696438'

red 105 ◦ green 100 ◦ blue 56

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

Shades of Verdigris #696438

Tints of Verdigris #696438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

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

R = 40.23%
G = 38.31%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#696438 (or 0x696438) is known color: Verdigris. HEX triplet: 69, 64 and 38. RGB value is (105,100,56). Sum of RGB (Red+Green+Blue) = 105+100+56=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #696438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696438 is #969BC7. Grayscale: #606060. Windows color (decimal): -9870280 or 3695721. OLE color: 3695721.

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

Color convert

RGB 105 100 56 -
CMYK 0 0.05 0.47 0.59
HSL 53.88º 0.3% 0.32% -
HSV(B) 53.88º 0.47% 0.41% -
XYZ 11.1 12.4 5.55 -
YUV 96.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 105 100 56 0 0.05 0.47 0.59 53.88 0.3 0.32
Hex 69 64 38 0 5 2F 3B 36 1E 20
Octal 151 144 70 0 5 57 73 66 36 40
Binary 1101001 1100100 111000 0 101 101111 111011 110110 11110 100000

Color Harmonies of #696438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696438

Black with #696438

Text Example


Text Example

White with #696438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696438; }

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

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

background-color css

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

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

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

border-color css

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

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

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