Html Css Color HEX #6F620D Yukon Gold

📋 copy color: '#6F620D'

red 111 ◦ green 98 ◦ blue 13

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

Shades of Yukon Gold #6F620D

Tints of Yukon Gold #6F620D

RGB

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

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

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

R = 50%
G = 44.14%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F620D (or 0x6F620D) is known color: Yukon Gold. HEX triplet: 6F, 62 and 0D. RGB value is (111,98,13). Sum of RGB (Red+Green+Blue) = 111+98+13=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F620D is #909DF2. Grayscale: #5C5C5C. Windows color (decimal): -9477619 or 877167. OLE color: 877167.

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

Color convert

RGB 111 98 13 -
CMYK 0 0.12 0.88 0.56
HSL 52.04º 0.79% 0.24% -
HSV(B) 52.04º 0.88% 0.44% -
XYZ 11 12.14 2.15 -
YUV 92.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 111 98 13 0 0.12 0.88 0.56 52.04 0.79 0.24
Hex 6F 62 D 0 C 58 38 34 4F 18
Octal 157 142 15 0 14 130 70 64 117 30
Binary 1101111 1100010 1101 0 1100 1011000 111000 110100 1001111 11000

Color Harmonies of #6F620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F620D

Black with #6F620D

Text Example


Text Example

White with #6F620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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