Html Css Color HEX #695E42 Yellow Metal

📋 copy color: '#695E42'

red 105 ◦ green 94 ◦ blue 66

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

Shades of Yellow Metal #695E42

Tints of Yellow Metal #695E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 39.62%
G = 35.47%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#695E42 (or 0x695E42) is known color: Yellow Metal. HEX triplet: 69, 5E and 42. RGB value is (105,94,66). Sum of RGB (Red+Green+Blue) = 105+94+66=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #695E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E42 is #96A1BD. Grayscale: #5E5E5E. Windows color (decimal): -9871806 or 4349545. OLE color: 4349545.

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

Color convert

RGB 105 94 66 -
CMYK 0 0.10 0.37 0.59
HSL 43.08º 0.23% 0.34% -
HSV(B) 43.08º 0.37% 0.41% -
XYZ 10.81 11.4 6.79 -
YUV 94.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 105 94 66 0 0.10 0.37 0.59 43.08 0.23 0.34
Hex 69 5E 42 0 A 25 3B 2B 17 22
Octal 151 136 102 0 12 45 73 53 27 42
Binary 1101001 1011110 1000010 0 1010 100101 111011 101011 10111 100010

Color Harmonies of #695E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E42

Black with #695E42

Text Example


Text Example

White with #695E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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