#75630B

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

Shades of Yukon Gold #75630B

Tints of Yukon Gold #75630B

Color information

#75630B (or 0x75630B) is unknown color: approx Yukon Gold. HEX triplet: 75, 63 and 0B. RGB value is (117,99,11). Sum of RGB (Red+Green+Blue) = 117+99+11=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75630B is #8A9CF4. Grayscale: #5E5E5E. Windows color (decimal): -9084149 or 746357. OLE color: 746357.

HSL color Cylindrical-coordinate representation of color #75630B: hue angle of 49.81º 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 #75630B is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1179911-
CMYK00.150.910.54
HSL49.81º82.81%25.1%-
HSV(B)49.81º90.6%45.88%-
XYZ11.8612.732.15-
YUV94.3580.96144.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=51.54%
G=43.61%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117991100.150.910.5449.8182.8125.1
Hex7563B0F5B36325319
Octal16514313017133666212331
Binary111010111000111011011111011011110110110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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