Html Css Color HEX #946901 Golden Brown

📋 copy color: '#946901'

red 148 ◦ green 105 ◦ blue 1

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

Shades of Golden Brown #946901

Tints of Golden Brown #946901

RGB

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

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

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

R = 58.27%
G = 41.34%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946901 (or 0x946901) is known color: Golden Brown. HEX triplet: 94, 69 and 01. RGB value is (148,105,1). Sum of RGB (Red+Green+Blue) = 148+105+1=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #946901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946901 is #6B96FE. Grayscale: #6A6A6A. Windows color (decimal): -7051007 or 92564. OLE color: 92564.

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

Color convert

RGB 148 105 1 -
CMYK 0 0.29 0.99 0.42
HSL 42.45º 0.99% 0.29% -
HSV(B) 42.45º 0.99% 0.58% -
XYZ 17.27 16.4 2.28 -
YUV 106 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 148 105 1 0 0.29 0.99 0.42 42.45 0.99 0.29
Hex 94 69 1 0 1D 63 2A 2A 63 1D
Octal 224 151 1 0 35 143 52 52 143 35
Binary 10010100 1101001 1 0 11101 1100011 101010 101010 1100011 11101

Color Harmonies of #946901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946901

Black with #946901

Text Example


Text Example

White with #946901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946901; }

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

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

background-color css

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

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

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

border-color css

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

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

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