#916C1A

Color #916C1A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #916C1A

Tints of Golden Brown #916C1A

Color information

#916C1A (or 0x916C1A) is unknown color: approx Golden Brown. HEX triplet: 91, 6C and 1A. RGB value is (145,108,26). Sum of RGB (Red+Green+Blue) = 145+108+26=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #916C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C1A is #6E93E5. Grayscale: #6E6E6E. Windows color (decimal): -7246822 or 1731729. OLE color: 1731729.

HSL color Cylindrical-coordinate representation of color #916C1A: hue angle of 41.34º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #916C1A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB14510826-
CMYK00.260.820.43
HSL41.34º69.59%33.53%-
HSV(B)41.34º82.07%56.86%-
XYZ17.2316.823.32-
YUV109.7180.76153.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=51.97%
G=38.71%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451082600.260.820.4341.3469.5933.53
Hex916C1A01A522B294622
Octal22115432032122535110642
Binary1001000111011001101001101010100101010111010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916C1A; }

 p { color: rgb(145,108,26); }

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

<style>
 a { background-color: #916C1A; }

 a { background-color: rgb(145,108,26); }

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

<style>
 span { border-color: #916C1A; }

 span { border-color: rgb(145,108,26); }

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