Html Css Color HEX #946501 Golden Brown

📋 copy color: '#946501'

red 148 ◦ green 101 ◦ blue 1

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

Shades of Golden Brown #946501

Tints of Golden Brown #946501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

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

R = 59.2%
G = 40.4%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946501 (or 0x946501) is known color: Golden Brown. HEX triplet: 94, 65 and 01. RGB value is (148,101,1). Sum of RGB (Red+Green+Blue) = 148+101+1=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #946501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946501 is #6B9AFE. Grayscale: #686868. Windows color (decimal): -7052031 or 91540. OLE color: 91540.

HSL color Cylindrical-coordinate representation of color #946501: hue angle of 40.82º 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 #946501 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 101 1 -
CMYK 0 0.32 0.99 0.42
HSL 40.82º 0.99% 0.29% -
HSV(B) 40.82º 0.99% 0.58% -
XYZ 16.87 15.61 2.15 -
YUV 103.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 148 101 1 0 0.32 0.99 0.42 40.82 0.99 0.29
Hex 94 65 1 0 20 63 2A 29 63 1D
Octal 224 145 1 0 40 143 52 51 143 35
Binary 10010100 1100101 1 0 100000 1100011 101010 101001 1100011 11101

Color Harmonies of #946501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946501

Black with #946501

Text Example


Text Example

White with #946501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946501; }

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

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

background-color css

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

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

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

border-color css

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

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

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