#75650B

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

Shades of Yukon Gold #75650B

Tints of Yukon Gold #75650B

Color information

#75650B (or 0x75650B) is unknown color: approx Yukon Gold. HEX triplet: 75, 65 and 0B. RGB value is (117,101,11). Sum of RGB (Red+Green+Blue) = 117+101+11=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75650B is #8A9AF4. Grayscale: #5F5F5F. Windows color (decimal): -9083637 or 746869. OLE color: 746869.

HSL color Cylindrical-coordinate representation of color #75650B: hue angle of 50.94º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75650B is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB11710111-
CMYK00.140.910.54
HSL50.94º82.81%25.1%-
HSV(B)50.94º90.6%45.88%-
XYZ12.0513.112.21-
YUV95.5280.3143.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=51.09%
G=44.10%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171011100.140.910.5450.9482.8125.1
Hex7565B0E5B36335319
Octal16514513016133666312331
Binary111010111001011011011101011011110110110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,101,11); }

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

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

 a { background-color: rgb(117,101,11); }

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

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

 span { border-color: rgb(117,101,11); }

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