#6F640C

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

Shades of Yukon Gold #6F640C

Tints of Yukon Gold #6F640C

Color information

#6F640C (or 0x6F640C) is unknown color: approx Yukon Gold. HEX triplet: 6F, 64 and 0C. RGB value is (111,100,12). Sum of RGB (Red+Green+Blue) = 111+100+12=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F640C is #909BF3. Grayscale: #5D5D5D. Windows color (decimal): -9477108 or 812143. OLE color: 812143.

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

Color convert

RGB11110012-
CMYK00.100.890.56
HSL53.33º80.49%24.12%-
HSV(B)53.33º89.19%43.53%-
XYZ11.1812.522.18-
YUV93.2682.14140.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=49.78%
G=44.84%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111001200.100.890.5653.3380.4924.12
Hex6F64C0A5938355018
Octal15714414012131706512030
Binary110111111001001100010101011001111000110101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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