Html Css Color HEX #695E3A Yellow Metal

📋 copy color: '#695E3A'

red 105 ◦ green 94 ◦ blue 58

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

Shades of Yellow Metal #695E3A

Tints of Yellow Metal #695E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.58%

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 40.86%
G = 36.58%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#695E3A (or 0x695E3A) is known color: Yellow Metal. HEX triplet: 69, 5E and 3A. RGB value is (105,94,58). Sum of RGB (Red+Green+Blue) = 105+94+58=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #695E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E3A is #96A1C5. Grayscale: #5D5D5D. Windows color (decimal): -9871814 or 3825257. OLE color: 3825257.

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

Color convert

RGB 105 94 58 -
CMYK 0 0.10 0.45 0.59
HSL 45.96º 0.29% 0.32% -
HSV(B) 45.96º 0.45% 0.41% -
XYZ 10.59 11.31 5.63 -
YUV 93.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 105 94 58 0 0.10 0.45 0.59 45.96 0.29 0.32
Hex 69 5E 3A 0 A 2D 3B 2E 1D 20
Octal 151 136 72 0 12 55 73 56 35 40
Binary 1101001 1011110 111010 0 1010 101101 111011 101110 11101 100000

Color Harmonies of #695E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E3A

Black with #695E3A

Text Example


Text Example

White with #695E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,58); }

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

background-color css

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

 a { background-color: rgb(105,94,58); }

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

border-color css

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

 span { border-color: rgb(105,94,58); }

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