Html Css Color HEX #695D3B Yellow Metal

📋 copy color: '#695D3B'

red 105 ◦ green 93 ◦ blue 59

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

Shades of Yellow Metal #695D3B

Tints of Yellow Metal #695D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 40.86%
G = 36.19%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#695D3B (or 0x695D3B) is known color: Yellow Metal. HEX triplet: 69, 5D and 3B. RGB value is (105,93,59). Sum of RGB (Red+Green+Blue) = 105+93+59=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #695D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D3B is #96A2C4. Grayscale: #5C5C5C. Windows color (decimal): -9872069 or 3890537. OLE color: 3890537.

HSL color Cylindrical-coordinate representation of color #695D3B: hue angle of 44.35º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #695D3B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 93 59 -
CMYK 0 0.11 0.44 0.59
HSL 44.35º 0.28% 0.32% -
HSV(B) 44.35º 0.44% 0.41% -
XYZ 10.53 11.15 5.73 -
YUV 92.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 105 93 59 0 0.11 0.44 0.59 44.35 0.28 0.32
Hex 69 5D 3B 0 B 2C 3B 2C 1C 20
Octal 151 135 73 0 13 54 73 54 34 40
Binary 1101001 1011101 111011 0 1011 101100 111011 101100 11100 100000

Color Harmonies of #695D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D3B

Black with #695D3B

Text Example


Text Example

White with #695D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,93,59); }

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

background-color css

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

 a { background-color: rgb(105,93,59); }

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

border-color css

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

 span { border-color: rgb(105,93,59); }

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