#75670D

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

Shades of Yukon Gold #75670D

Tints of Yukon Gold #75670D

Color information

#75670D (or 0x75670D) is unknown color: approx Yukon Gold. HEX triplet: 75, 67 and 0D. RGB value is (117,103,13). Sum of RGB (Red+Green+Blue) = 117+103+13=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75670D is #8A98F2. Grayscale: #616161. Windows color (decimal): -9083123 or 878453. OLE color: 878453.

HSL color Cylindrical-coordinate representation of color #75670D: hue angle of 51.92º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75670D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11710313-
CMYK00.120.890.54
HSL51.92º80%25.49%-
HSV(B)51.92º88.89%45.88%-
XYZ12.2613.512.34-
YUV96.9380.64142.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=50.21%
G=44.21%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171031300.120.890.5451.928025.49
Hex7567D0C5936345019
Octal16514715014131666412031
Binary111010111001111101011001011001110110110100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75670D; }

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

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

<style>
 a { background-color: #75670D; }

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

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

<style>
 span { border-color: #75670D; }

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

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