Html Css Color HEX #696140 Yellow Metal

📋 copy color: '#696140'

red 105 ◦ green 97 ◦ blue 64

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

Shades of Yellow Metal #696140

Tints of Yellow Metal #696140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 39.47%
G = 36.47%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#696140 (or 0x696140) is known color: Yellow Metal. HEX triplet: 69, 61 and 40. RGB value is (105,97,64). Sum of RGB (Red+Green+Blue) = 105+97+64=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #696140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696140 is #969EBF. Grayscale: #5F5F5F. Windows color (decimal): -9871040 or 4219241. OLE color: 4219241.

HSL color Cylindrical-coordinate representation of color #696140: hue angle of 48.29º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696140 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 97 64 -
CMYK 0 0.08 0.39 0.59
HSL 48.29º 0.24% 0.33% -
HSV(B) 48.29º 0.39% 0.41% -
XYZ 11.03 11.92 6.57 -
YUV 95.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 105 97 64 0 0.08 0.39 0.59 48.29 0.24 0.33
Hex 69 61 40 0 8 27 3B 30 18 21
Octal 151 141 100 0 10 47 73 60 30 41
Binary 1101001 1100001 1000000 0 1000 100111 111011 110000 11000 100001

Color Harmonies of #696140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696140

Black with #696140

Text Example


Text Example

White with #696140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696140; }

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

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

background-color css

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

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

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

border-color css

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

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

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