#765C1C

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

Shades of Yukon Gold #765C1C

Tints of Yukon Gold #765C1C

Color information

#765C1C (or 0x765C1C) is unknown color: approx Yukon Gold. HEX triplet: 76, 5C and 1C. RGB value is (118,92,28). Sum of RGB (Red+Green+Blue) = 118+92+28=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C1C is #89A3E3. Grayscale: #5C5C5C. Windows color (decimal): -9020388 or 1858678. OLE color: 1858678.

HSL color Cylindrical-coordinate representation of color #765C1C: hue angle of 42.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #765C1C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1189228-
CMYK00.220.760.54
HSL42.67º61.64%28.63%-
HSV(B)42.67º76.27%46.27%-
XYZ11.5111.592.73-
YUV92.4891.61146.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=49.58%
G=38.66%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118922800.220.760.5442.6761.6428.63
Hex765C1C0164C362b3e1d
Octal1661343402611466537635
Binary1110110101110011100010110100110011011010101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C1C; }

 p { color: rgb(118,92,28); }

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

<style>
 a { background-color: #765C1C; }

 a { background-color: rgb(118,92,28); }

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

<style>
 span { border-color: #765C1C; }

 span { border-color: rgb(118,92,28); }

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