Html Css Color HEX #946301 Golden Brown

📋 copy color: '#946301'

red 148 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #946301

Tints of Golden Brown #946301

RGB

 RED value IS 148 (58.2% from 255) = 59.68%

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 59.68%
G = 39.92%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946301 (or 0x946301) is known color: Golden Brown. HEX triplet: 94, 63 and 01. RGB value is (148,99,1). Sum of RGB (Red+Green+Blue) = 148+99+1=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #946301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946301 is #6B9CFE. Grayscale: #666666. Windows color (decimal): -7052543 or 91028. OLE color: 91028.

HSL color Cylindrical-coordinate representation of color #946301: hue angle of 40º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #946301 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 1 -
CMYK 0 0.33 0.99 0.42
HSL 40º 0.99% 0.29% -
HSV(B) 40º 0.99% 0.58% -
XYZ 16.68 15.22 2.09 -
YUV 102.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 148 99 1 0 0.33 0.99 0.42 40 0.99 0.29
Hex 94 63 1 0 21 63 2A 28 63 1D
Octal 224 143 1 0 41 143 52 50 143 35
Binary 10010100 1100011 1 0 100001 1100011 101010 101000 1100011 11101

Color Harmonies of #946301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946301

Black with #946301

Text Example


Text Example

White with #946301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946301; }

 p { color: rgb(148,99,1); }

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

background-color css

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

 a { background-color: rgb(148,99,1); }

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

border-color css

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

 span { border-color: rgb(148,99,1); }

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