Html Css Color HEX #6F5F11 Yukon Gold

📋 copy color: '#6F5F11'

red 111 ◦ green 95 ◦ blue 17

#6F5F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #6F5F11

Tints of Yukon Gold #6F5F11

RGB

 RED value IS 111 (43.75% from 255) = 49.78%

 GREEN value IS 95 (37.5% from 255) = 42.6%

 BLUE value IS 17 (7.03% from 255) = 7.62%

R = 49.78%
G = 42.6%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F5F11 (or 0x6F5F11) is known color: Yukon Gold. HEX triplet: 6F, 5F and 11. RGB value is (111,95,17). Sum of RGB (Red+Green+Blue) = 111+95+17=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F11 is #90A0EE. Grayscale: #5B5B5B. Windows color (decimal): -9478383 or 1138543. OLE color: 1138543.

HSL color Cylindrical-coordinate representation of color #6F5F11: hue angle of 49.79º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F5F11 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 95 17 -
CMYK 0 0.14 0.85 0.56
HSL 49.79º 0.73% 0.25% -
HSV(B) 49.79º 0.85% 0.44% -
XYZ 10.75 11.6 2.2 -
YUV 90.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 111 95 17 0 0.14 0.85 0.56 49.79 0.73 0.25
Hex 6F 5F 11 0 E 55 38 32 49 19
Octal 157 137 21 0 16 125 70 62 111 31
Binary 1101111 1011111 10001 0 1110 1010101 111000 110010 1001001 11001

Color Harmonies of #6F5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F11

Black with #6F5F11

Text Example


Text Example

White with #6F5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,95,17); }

 H1.HeaderClassName
 {
   color: #6F5F11;
 }
 .AnyTagClassName
 {
   color: #6F5F11;
 }
</style>

background-color css

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

 a { background-color: rgb(111,95,17); }

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

border-color css

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

 span { border-color: rgb(111,95,17); }

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