Html Css Color HEX #946600 Golden Brown

📋 copy color: '#946600'

red 148 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #946600

Tints of Golden Brown #946600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

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

R = 59.2%
G = 40.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#946600 (or 0x946600) is known color: Golden Brown. HEX triplet: 94, 66 and 00. RGB value is (148,102,0). Sum of RGB (Red+Green+Blue) = 148+102+0=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #946600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946600 is #6B99FF. Grayscale: #686868. Windows color (decimal): -7051776 or 26260. OLE color: 26260.

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

Color convert

RGB 148 102 0 -
CMYK 0 0.31 1 0.42
HSL 41.35º 1% 0.29% -
HSV(B) 41.35º 1% 0.58% -
XYZ 16.96 15.8 2.16 -
YUV 104.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 148 102 0 0 0.31 1 0.42 41.35 1 0.29
Hex 94 66 0 0 1F 64 2A 29 64 1D
Octal 224 146 0 0 37 144 52 51 144 35
Binary 10010100 1100110 0 0 11111 1100100 101010 101001 1100100 11101

Color Harmonies of #946600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946600

Black with #946600

Text Example


Text Example

White with #946600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946600; }

 p { color: rgb(148,102,0); }

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

background-color css

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

 a { background-color: rgb(148,102,0); }

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

border-color css

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

 span { border-color: rgb(148,102,0); }

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