Html Css Color HEX #6F5F0C Yukon Gold

📋 copy color: '#6F5F0C'

red 111 ◦ green 95 ◦ blue 12

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

Shades of Yukon Gold #6F5F0C

Tints of Yukon Gold #6F5F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 50.92%
G = 43.58%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F5F0C (or 0x6F5F0C) is known color: Yukon Gold. HEX triplet: 6F, 5F and 0C. RGB value is (111,95,12). Sum of RGB (Red+Green+Blue) = 111+95+12=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F0C is #90A0F3. Grayscale: #5A5A5A. Windows color (decimal): -9478388 or 810863. OLE color: 810863.

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

Color convert

RGB 111 95 12 -
CMYK 0 0.14 0.89 0.56
HSL 50.3º 0.8% 0.24% -
HSV(B) 50.3º 0.89% 0.44% -
XYZ 10.71 11.59 2.02 -
YUV 90.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 111 95 12 0 0.14 0.89 0.56 50.3 0.8 0.24
Hex 6F 5F C 0 E 59 38 32 50 18
Octal 157 137 14 0 16 131 70 62 120 30
Binary 1101111 1011111 1100 0 1110 1011001 111000 110010 1010000 11000

Color Harmonies of #6F5F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F0C

Black with #6F5F0C

Text Example


Text Example

White with #6F5F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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