Html Css Color HEX #846F0D Yukon Gold

📋 copy color: '#846F0D'

red 132 ◦ green 111 ◦ blue 13

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

Shades of Yukon Gold #846F0D

Tints of Yukon Gold #846F0D

RGB

 RED value IS 132 (51.95% from 255) = 51.56%

 GREEN value IS 111 (43.75% from 255) = 43.36%

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

R = 51.56%
G = 43.36%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#846F0D (or 0x846F0D) is known color: Yukon Gold. HEX triplet: 84, 6F and 0D. RGB value is (132,111,13). Sum of RGB (Red+Green+Blue) = 132+111+13=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #846F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846F0D is #7B90F2. Grayscale: #6A6A6A. Windows color (decimal): -8098035 or 880516. OLE color: 880516.

HSL color Cylindrical-coordinate representation of color #846F0D: hue angle of 49.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #846F0D is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 111 13 -
CMYK 0 0.16 0.90 0.48
HSL 49.41º 0.82% 0.28% -
HSV(B) 49.41º 0.9% 0.52% -
XYZ 15.27 16.3 2.72 -
YUV 106.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 132 111 13 0 0.16 0.90 0.48 49.41 0.82 0.28
Hex 84 6F D 0 10 5A 30 31 52 1C
Octal 204 157 15 0 20 132 60 61 122 34
Binary 10000100 1101111 1101 0 10000 1011010 110000 110001 1010010 11100

Color Harmonies of #846F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846F0D

Black with #846F0D

Text Example


Text Example

White with #846F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846F0D; }

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

 H1.HeaderClassName
 {
   color: #846F0D;
 }
 .AnyTagClassName
 {
   color: #846F0D;
 }
</style>

background-color css

<style>
 a { background-color: #846F0D; }

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

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

border-color css

<style>
 span { border-color: #846F0D; }

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

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