Html Css Color HEX #6F5D14 Yukon Gold

📋 copy color: '#6F5D14'

red 111 ◦ green 93 ◦ blue 20

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

Shades of Yukon Gold #6F5D14

Tints of Yukon Gold #6F5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 49.55%
G = 41.52%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F5D14 (or 0x6F5D14) is known color: Yukon Gold. HEX triplet: 6F, 5D and 14. RGB value is (111,93,20). Sum of RGB (Red+Green+Blue) = 111+93+20=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5D14 is #90A2EB. Grayscale: #5A5A5A. Windows color (decimal): -9478892 or 1334639. OLE color: 1334639.

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

Color convert

RGB 111 93 20 -
CMYK 0 0.16 0.82 0.56
HSL 48.13º 0.69% 0.26% -
HSV(B) 48.13º 0.82% 0.44% -
XYZ 10.6 11.26 2.28 -
YUV 90.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 111 93 20 0 0.16 0.82 0.56 48.13 0.69 0.26
Hex 6F 5D 14 0 10 52 38 30 45 1A
Octal 157 135 24 0 20 122 70 60 105 32
Binary 1101111 1011101 10100 0 10000 1010010 111000 110000 1000101 11010

Color Harmonies of #6F5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D14

Black with #6F5D14

Text Example


Text Example

White with #6F5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,20); }

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

background-color css

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

 a { background-color: rgb(111,93,20); }

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

border-color css

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

 span { border-color: rgb(111,93,20); }

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