Html Css Color HEX #695A3D Yellow Metal

📋 copy color: '#695A3D'

red 105 ◦ green 90 ◦ blue 61

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

Shades of Yellow Metal #695A3D

Tints of Yellow Metal #695A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 41.02%
G = 35.16%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#695A3D (or 0x695A3D) is known color: Yellow Metal. HEX triplet: 69, 5A and 3D. RGB value is (105,90,61). Sum of RGB (Red+Green+Blue) = 105+90+61=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #695A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A3D is #96A5C2. Grayscale: #5B5B5B. Windows color (decimal): -9872835 or 4020841. OLE color: 4020841.

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

Color convert

RGB 105 90 61 -
CMYK 0 0.14 0.42 0.59
HSL 39.55º 0.27% 0.33% -
HSV(B) 39.55º 0.42% 0.41% -
XYZ 10.32 10.65 5.93 -
YUV 91.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 105 90 61 0 0.14 0.42 0.59 39.55 0.27 0.33
Hex 69 5A 3D 0 E 2A 3B 28 1B 21
Octal 151 132 75 0 16 52 73 50 33 41
Binary 1101001 1011010 111101 0 1110 101010 111011 101000 11011 100001

Color Harmonies of #695A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A3D

Black with #695A3D

Text Example


Text Example

White with #695A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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