Html Css Color HEX #6F6010 Yukon Gold

📋 copy color: '#6F6010'

red 111 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #6F6010

Tints of Yukon Gold #6F6010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 49.78%
G = 43.05%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F6010 (or 0x6F6010) is known color: Yukon Gold. HEX triplet: 6F, 60 and 10. RGB value is (111,96,16). Sum of RGB (Red+Green+Blue) = 111+96+16=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6010 is #909FEF. Grayscale: #5B5B5B. Windows color (decimal): -9478128 or 1073263. OLE color: 1073263.

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

Color convert

RGB 111 96 16 -
CMYK 0 0.14 0.86 0.56
HSL 50.53º 0.75% 0.25% -
HSV(B) 50.53º 0.86% 0.44% -
XYZ 10.83 11.78 2.19 -
YUV 91.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 111 96 16 0 0.14 0.86 0.56 50.53 0.75 0.25
Hex 6F 60 10 0 E 56 38 33 4B 19
Octal 157 140 20 0 16 126 70 63 113 31
Binary 1101111 1100000 10000 0 1110 1010110 111000 110011 1001011 11001

Color Harmonies of #6F6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6010

Black with #6F6010

Text Example


Text Example

White with #6F6010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,16); }

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

background-color css

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

 a { background-color: rgb(111,96,16); }

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

border-color css

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

 span { border-color: rgb(111,96,16); }

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