Html Css Color HEX #846D0D Yukon Gold

📋 copy color: '#846D0D'

red 132 ◦ green 109 ◦ blue 13

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

Shades of Yukon Gold #846D0D

Tints of Yukon Gold #846D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.91%

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

R = 51.97%
G = 42.91%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#846D0D (or 0x846D0D) is known color: Yukon Gold. HEX triplet: 84, 6D and 0D. RGB value is (132,109,13). Sum of RGB (Red+Green+Blue) = 132+109+13=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #846D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846D0D is #7B92F2. Grayscale: #696969. Windows color (decimal): -8098547 or 880004. OLE color: 880004.

HSL color Cylindrical-coordinate representation of color #846D0D: hue angle of 48.4º 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 #846D0D is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 109 13 -
CMYK 0 0.17 0.90 0.48
HSL 48.4º 0.82% 0.28% -
HSV(B) 48.4º 0.9% 0.52% -
XYZ 15.06 15.87 2.65 -
YUV 104.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 132 109 13 0 0.17 0.90 0.48 48.4 0.82 0.28
Hex 84 6D D 0 11 5A 30 30 52 1C
Octal 204 155 15 0 21 132 60 60 122 34
Binary 10000100 1101101 1101 0 10001 1011010 110000 110000 1010010 11100

Color Harmonies of #846D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846D0D

Black with #846D0D

Text Example


Text Example

White with #846D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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