Html Css Color HEX #916300 Golden Brown

📋 copy color: '#916300'

red 145 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #916300

Tints of Golden Brown #916300

RGB

 RED value IS 145 (57.03% from 255) = 59.43%

 GREEN value IS 99 (39.06% from 255) = 40.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.43%
G = 40.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#916300 (or 0x916300) is known color: Golden Brown. HEX triplet: 91, 63 and 00. RGB value is (145,99,0). Sum of RGB (Red+Green+Blue) = 145+99+0=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #916300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916300 is #6E9CFF. Grayscale: #656565. Windows color (decimal): -7249152 or 25489. OLE color: 25489.

HSL color Cylindrical-coordinate representation of color #916300: hue angle of 40.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #916300 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 99 0 -
CMYK 0 0.32 1 0.43
HSL 40.97º 1% 0.28% -
HSV(B) 40.97º 1% 0.57% -
XYZ 16.14 14.94 2.03 -
YUV 101.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 145 99 0 0 0.32 1 0.43 40.97 1 0.28
Hex 91 63 0 0 20 64 2B 29 64 1C
Octal 221 143 0 0 40 144 53 51 144 34
Binary 10010001 1100011 0 0 100000 1100100 101011 101001 1100100 11100

Color Harmonies of #916300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916300

Black with #916300

Text Example


Text Example

White with #916300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916300; }

 p { color: rgb(145,99,0); }

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

background-color css

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

 a { background-color: rgb(145,99,0); }

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

border-color css

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

 span { border-color: rgb(145,99,0); }

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