#81693B

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

Shades of Yellow Metal #81693B

Tints of Yellow Metal #81693B

Color information

#81693B (or 0x81693B) is unknown color: approx Yellow Metal. HEX triplet: 81, 69 and 3B. RGB value is (129,105,59). Sum of RGB (Red+Green+Blue) = 129+105+59=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81693B is #7E96C4. Grayscale: #6B6B6B. Windows color (decimal): -8296133 or 3893633. OLE color: 3893633.

HSL color Cylindrical-coordinate representation of color #81693B: hue angle of 39.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81693B is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB12910559-
CMYK00.190.540.49
HSL39.43º37.23%36.86%-
HSV(B)39.43º54.26%50.59%-
XYZ14.8915.096.26-
YUV106.93100.95143.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=44.03%
G=35.84%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291055900.190.540.4939.4337.2336.86
Hex81693B0133631272525
Octal201151730236661474545
Binary100000011101001111011010011110110110001100111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81693B; }

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

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

<style>
 a { background-color: #81693B; }

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

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

<style>
 span { border-color: #81693B; }

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

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