Html Css Color HEX #6E620D Yukon Gold

📋 copy color: '#6E620D'

red 110 ◦ green 98 ◦ blue 13

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

Shades of Yukon Gold #6E620D

Tints of Yukon Gold #6E620D

RGB

 RED value IS 110 (43.36% from 255) = 49.77%

 GREEN value IS 98 (38.67% from 255) = 44.34%

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 49.77%
G = 44.34%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6E620D (or 0x6E620D) is known color: Yukon Gold. HEX triplet: 6E, 62 and 0D. RGB value is (110,98,13). Sum of RGB (Red+Green+Blue) = 110+98+13=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E620D is #919DF2. Grayscale: #5C5C5C. Windows color (decimal): -9543155 or 877166. OLE color: 877166.

HSL color Cylindrical-coordinate representation of color #6E620D: hue angle of 52.58º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E620D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 98 13 -
CMYK 0 0.11 0.88 0.57
HSL 52.58º 0.79% 0.24% -
HSV(B) 52.58º 0.88% 0.43% -
XYZ 10.87 12.08 2.14 -
YUV 91.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 110 98 13 0 0.11 0.88 0.57 52.58 0.79 0.24
Hex 6E 62 D 0 B 58 39 35 4F 18
Octal 156 142 15 0 13 130 71 65 117 30
Binary 1101110 1100010 1101 0 1011 1011000 111001 110101 1001111 11000

Color Harmonies of #6E620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E620D

Black with #6E620D

Text Example


Text Example

White with #6E620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,98,13); }

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

background-color css

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

 a { background-color: rgb(110,98,13); }

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

border-color css

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

 span { border-color: rgb(110,98,13); }

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