Html Css Color HEX #846422 Yukon Gold

📋 copy color: '#846422'

red 132 ◦ green 100 ◦ blue 34

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

Shades of Yukon Gold #846422

Tints of Yukon Gold #846422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 49.62%
G = 37.59%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#846422 (or 0x846422) is known color: Yukon Gold. HEX triplet: 84, 64 and 22. RGB value is (132,100,34). Sum of RGB (Red+Green+Blue) = 132+100+34=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #846422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846422 is #7B9BDD. Grayscale: #666666. Windows color (decimal): -8100830 or 2253956. OLE color: 2253956.

HSL color Cylindrical-coordinate representation of color #846422: hue angle of 40.41º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #846422 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 34 -
CMYK 0 0.24 0.74 0.48
HSL 40.41º 0.59% 0.33% -
HSV(B) 40.41º 0.74% 0.52% -
XYZ 14.36 14.14 3.48 -
YUV 102.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 132 100 34 0 0.24 0.74 0.48 40.41 0.59 0.33
Hex 84 64 22 0 18 4A 30 28 3B 21
Octal 204 144 42 0 30 112 60 50 73 41
Binary 10000100 1100100 100010 0 11000 1001010 110000 101000 111011 100001

Color Harmonies of #846422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846422

Black with #846422

Text Example


Text Example

White with #846422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846422; }

 p { color: rgb(132,100,34); }

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

background-color css

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

 a { background-color: rgb(132,100,34); }

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

border-color css

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

 span { border-color: rgb(132,100,34); }

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