Html Css Color HEX #6F5F15 Yukon Gold

📋 copy color: '#6F5F15'

red 111 ◦ green 95 ◦ blue 21

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

Shades of Yukon Gold #6F5F15

Tints of Yukon Gold #6F5F15

RGB

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

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

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

R = 48.9%
G = 41.85%
B = 9.25%

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

#6F5F15 (or 0x6F5F15) is known color: Yukon Gold. HEX triplet: 6F, 5F and 15. RGB value is (111,95,21). Sum of RGB (Red+Green+Blue) = 111+95+21=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F15 is #90A0EA. Grayscale: #5B5B5B. Windows color (decimal): -9478379 or 1400687. OLE color: 1400687.

HSL color Cylindrical-coordinate representation of color #6F5F15: hue angle of 49.33º 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 #6F5F15 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 95 21 -
CMYK 0 0.14 0.81 0.56
HSL 49.33º 0.68% 0.26% -
HSV(B) 49.33º 0.81% 0.44% -
XYZ 10.78 11.62 2.38 -
YUV 91.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 111 95 21 0 0.14 0.81 0.56 49.33 0.68 0.26
Hex 6F 5F 15 0 E 51 38 31 44 1A
Octal 157 137 25 0 16 121 70 61 104 32
Binary 1101111 1011111 10101 0 1110 1010001 111000 110001 1000100 11010

Color Harmonies of #6F5F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F15

Black with #6F5F15

Text Example


Text Example

White with #6F5F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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