#6F640B

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

Shades of Yukon Gold #6F640B

Tints of Yukon Gold #6F640B

Color information

#6F640B (or 0x6F640B) is unknown color: approx Yukon Gold. HEX triplet: 6F, 64 and 0B. RGB value is (111,100,11). Sum of RGB (Red+Green+Blue) = 111+100+11=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F640B is #909BF4. Grayscale: #5D5D5D. Windows color (decimal): -9477109 or 746607. OLE color: 746607.

HSL color Cylindrical-coordinate representation of color #6F640B: hue angle of 53.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F640B is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB11110011-
CMYK00.100.900.56
HSL53.4º81.97%23.92%-
HSV(B)53.4º90.09%43.53%-
XYZ11.1712.522.14-
YUV93.1481.64140.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=50%
G=45.05%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111001100.100.900.5653.481.9723.92
Hex6F64B0A5A38355218
Octal15714413012132706512230
Binary110111111001001011010101011010111000110101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,11); }

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

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

 a { background-color: rgb(111,100,11); }

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

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

 span { border-color: rgb(111,100,11); }

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