Html Css Color HEX #6F610F Yukon Gold

📋 copy color: '#6F610F'

red 111 ◦ green 97 ◦ blue 15

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

Shades of Yukon Gold #6F610F

Tints of Yukon Gold #6F610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.5%

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 49.78%
G = 43.5%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F610F (or 0x6F610F) is known color: Yukon Gold. HEX triplet: 6F, 61 and 0F. RGB value is (111,97,15). Sum of RGB (Red+Green+Blue) = 111+97+15=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F610F is #909EF0. Grayscale: #5C5C5C. Windows color (decimal): -9477873 or 1007983. OLE color: 1007983.

HSL color Cylindrical-coordinate representation of color #6F610F: hue angle of 51.25º degrees, saturation: 0.76, 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 #6F610F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 97 15 -
CMYK 0 0.13 0.86 0.56
HSL 51.25º 0.76% 0.25% -
HSV(B) 51.25º 0.86% 0.44% -
XYZ 10.92 11.96 2.19 -
YUV 91.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 111 97 15 0 0.13 0.86 0.56 51.25 0.76 0.25
Hex 6F 61 F 0 D 56 38 33 4C 19
Octal 157 141 17 0 15 126 70 63 114 31
Binary 1101111 1100001 1111 0 1101 1010110 111000 110011 1001100 11001

Color Harmonies of #6F610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F610F

Black with #6F610F

Text Example


Text Example

White with #6F610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,15); }

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

background-color css

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

 a { background-color: rgb(111,97,15); }

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

border-color css

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

 span { border-color: rgb(111,97,15); }

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