Html Css Color HEX #6F630E Yukon Gold

📋 copy color: '#6F630E'

red 111 ◦ green 99 ◦ blue 14

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

Shades of Yukon Gold #6F630E

Tints of Yukon Gold #6F630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 49.55%
G = 44.2%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F630E (or 0x6F630E) is known color: Yukon Gold. HEX triplet: 6F, 63 and 0E. RGB value is (111,99,14). Sum of RGB (Red+Green+Blue) = 111+99+14=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F630E is #909CF1. Grayscale: #5D5D5D. Windows color (decimal): -9477362 or 942959. OLE color: 942959.

HSL color Cylindrical-coordinate representation of color #6F630E: hue angle of 52.58º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F630E is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 14 -
CMYK 0 0.11 0.87 0.56
HSL 52.58º 0.78% 0.25% -
HSV(B) 52.58º 0.87% 0.44% -
XYZ 11.1 12.33 2.21 -
YUV 92.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 111 99 14 0 0.11 0.87 0.56 52.58 0.78 0.25
Hex 6F 63 E 0 B 57 38 35 4E 19
Octal 157 143 16 0 13 127 70 65 116 31
Binary 1101111 1100011 1110 0 1011 1010111 111000 110101 1001110 11001

Color Harmonies of #6F630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F630E

Black with #6F630E

Text Example


Text Example

White with #6F630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,99,14); }

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

background-color css

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

 a { background-color: rgb(111,99,14); }

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

border-color css

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

 span { border-color: rgb(111,99,14); }

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