#6F6308

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

Shades of Yukon Gold #6F6308

Tints of Yukon Gold #6F6308

Color information

#6F6308 (or 0x6F6308) is unknown color: approx Yukon Gold. HEX triplet: 6F, 63 and 08. RGB value is (111,99,8). Sum of RGB (Red+Green+Blue) = 111+99+8=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6308 is #909CF7. Grayscale: #5C5C5C. Windows color (decimal): -9477368 or 549743. OLE color: 549743.

HSL color Cylindrical-coordinate representation of color #6F6308: hue angle of 53.01º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F6308 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111998-
CMYK00.110.930.56
HSL53.01º86.55%23.33%-
HSV(B)53.01º92.79%43.53%-
XYZ11.0612.322.02-
YUV92.2180.48141.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=50.92%
G=45.41%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11199800.110.930.5653.0186.5523.33
Hex6F6380B5D38355717
Octal15714310013135706512727
Binary110111111000111000010111011101111000110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F6308; }

 p { color: rgb(111,99,8); }

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

<style>
 a { background-color: #6F6308; }

 a { background-color: rgb(111,99,8); }

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

<style>
 span { border-color: #6F6308; }

 span { border-color: rgb(111,99,8); }

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