Html Css Color HEX #986922 Golden Brown

📋 copy color: '#986922'

red 152 ◦ green 105 ◦ blue 34

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

Shades of Golden Brown #986922

Tints of Golden Brown #986922

RGB

 RED value IS 152 (59.77% from 255) = 52.23%

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 52.23%
G = 36.08%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#986922 (or 0x986922) is known color: Golden Brown. HEX triplet: 98, 69 and 22. RGB value is (152,105,34). Sum of RGB (Red+Green+Blue) = 152+105+34=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #986922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986922 is #6796DD. Grayscale: #6F6F6F. Windows color (decimal): -6788830 or 2255256. OLE color: 2255256.

HSL color Cylindrical-coordinate representation of color #986922: hue angle of 36.1º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986922 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 105 34 -
CMYK 0 0.31 0.78 0.40
HSL 36.1º 0.63% 0.36% -
HSV(B) 36.1º 0.78% 0.6% -
XYZ 18.29 16.89 3.81 -
YUV 110.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 152 105 34 0 0.31 0.78 0.40 36.1 0.63 0.36
Hex 98 69 22 0 1F 4E 28 24 3F 24
Octal 230 151 42 0 37 116 50 44 77 44
Binary 10011000 1101001 100010 0 11111 1001110 101000 100100 111111 100100

Color Harmonies of #986922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986922

Black with #986922

Text Example


Text Example

White with #986922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986922; }

 p { color: rgb(152,105,34); }

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

background-color css

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

 a { background-color: rgb(152,105,34); }

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

border-color css

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

 span { border-color: rgb(152,105,34); }

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