#695C38

Color #695C38 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #695C38

Tints of Yellow Metal #695C38

Color information

#695C38 (or 0x695C38) is unknown color: approx Yellow Metal. HEX triplet: 69, 5C and 38. RGB value is (105,92,56). Sum of RGB (Red+Green+Blue) = 105+92+56=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #695C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C38 is #96A3C7. Grayscale: #5B5B5B. Windows color (decimal): -9872328 or 3693673. OLE color: 3693673.

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

Color convert

RGB1059256-
CMYK00.120.470.59
HSL44.08º30.43%31.57%-
HSV(B)44.08º46.67%41.18%-
XYZ10.3710.945.31-
YUV91.78107.81137.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=41.50%
G=36.36%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105925600.120.470.5944.0830.4331.57
Hex695C380C2F3B2c1e20
Octal151134700145773543640
Binary110100110111001110000110010111111101110110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,56); }

 H1.HeaderClassName
 {
   color: #695C38;
 }
 .AnyTagClassName
 {
   color: #695C38;
 }
</style>
background-color css

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

 a { background-color: rgb(105,92,56); }

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

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

 span { border-color: rgb(105,92,56); }

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