#6F6208

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

Shades of Yukon Gold #6F6208

Tints of Yukon Gold #6F6208

Color information

#6F6208 (or 0x6F6208) is unknown color: approx Yukon Gold. HEX triplet: 6F, 62 and 08. RGB value is (111,98,8). Sum of RGB (Red+Green+Blue) = 111+98+8=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6208 is #909DF7. Grayscale: #5C5C5C. Windows color (decimal): -9477624 or 549487. OLE color: 549487.

HSL color Cylindrical-coordinate representation of color #6F6208: hue angle of 52.43º 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 #6F6208 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111988-
CMYK00.120.930.56
HSL52.43º86.55%23.33%-
HSV(B)52.43º92.79%43.53%-
XYZ10.9712.131.99-
YUV91.6380.81141.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=51.15%
G=45.16%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11198800.120.930.5652.4386.5523.33
Hex6F6280C5D38345717
Octal15714210014135706412727
Binary110111111000101000011001011101111000110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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