#75671B

Color #75671B Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #75671B

Tints of Yukon Gold #75671B

Color information

#75671B (or 0x75671B) is unknown color: approx Yukon Gold. HEX triplet: 75, 67 and 1B. RGB value is (117,103,27). Sum of RGB (Red+Green+Blue) = 117+103+27=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75671B is #8A98E4. Grayscale: #626262. Windows color (decimal): -9083109 or 1795957. OLE color: 1795957.

HSL color Cylindrical-coordinate representation of color #75671B: hue angle of 50.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75671B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB11710327-
CMYK00.120.770.54
HSL50.67º62.5%28.24%-
HSV(B)50.67º76.92%45.88%-
XYZ12.3813.563-
YUV98.5287.64141.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=47.37%
G=41.70%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171032700.120.770.5450.6762.528.24
Hex75671B0C4D36333e1c
Octal1651473301411566637634
Binary111010111001111101101100100110111011011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,103,27); }

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

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

 a { background-color: rgb(117,103,27); }

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

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

 span { border-color: rgb(117,103,27); }

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