Html Css Color HEX #695A3E Yellow Metal

📋 copy color: '#695A3E'

red 105 ◦ green 90 ◦ blue 62

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

Shades of Yellow Metal #695A3E

Tints of Yellow Metal #695A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 40.86%
G = 35.02%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#695A3E (or 0x695A3E) is known color: Yellow Metal. HEX triplet: 69, 5A and 3E. RGB value is (105,90,62). Sum of RGB (Red+Green+Blue) = 105+90+62=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #695A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A3E is #96A5C1. Grayscale: #5B5B5B. Windows color (decimal): -9872834 or 4086377. OLE color: 4086377.

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

Color convert

RGB 105 90 62 -
CMYK 0 0.14 0.41 0.59
HSL 39.07º 0.26% 0.33% -
HSV(B) 39.07º 0.41% 0.41% -
XYZ 10.35 10.66 6.07 -
YUV 91.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 105 90 62 0 0.14 0.41 0.59 39.07 0.26 0.33
Hex 69 5A 3E 0 E 29 3B 27 1A 21
Octal 151 132 76 0 16 51 73 47 32 41
Binary 1101001 1011010 111110 0 1110 101001 111011 100111 11010 100001

Color Harmonies of #695A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A3E

Black with #695A3E

Text Example


Text Example

White with #695A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695A3E; }

 p { color: rgb(105,90,62); }

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

background-color css

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

 a { background-color: rgb(105,90,62); }

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

border-color css

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

 span { border-color: rgb(105,90,62); }

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