Html Css Color HEX #6F6015 Yukon Gold

📋 copy color: '#6F6015'

red 111 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #6F6015

Tints of Yukon Gold #6F6015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 48.68%
G = 42.11%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F6015 (or 0x6F6015) is known color: Yukon Gold. HEX triplet: 6F, 60 and 15. RGB value is (111,96,21). Sum of RGB (Red+Green+Blue) = 111+96+21=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6015 is #909FEA. Grayscale: #5C5C5C. Windows color (decimal): -9478123 or 1400943. OLE color: 1400943.

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

Color convert

RGB 111 96 21 -
CMYK 0 0.14 0.81 0.56
HSL 50º 0.68% 0.26% -
HSV(B) 50º 0.81% 0.44% -
XYZ 10.87 11.8 2.41 -
YUV 91.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 111 96 21 0 0.14 0.81 0.56 50 0.68 0.26
Hex 6F 60 15 0 E 51 38 32 44 1A
Octal 157 140 25 0 16 121 70 62 104 32
Binary 1101111 1100000 10101 0 1110 1010001 111000 110010 1000100 11010

Color Harmonies of #6F6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6015

Black with #6F6015

Text Example


Text Example

White with #6F6015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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