Html Css Color HEX #946006 Golden Brown

📋 copy color: '#946006'

red 148 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #946006

Tints of Golden Brown #946006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 59.2%
G = 38.4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#946006 (or 0x946006) is known color: Golden Brown. HEX triplet: 94, 60 and 06. RGB value is (148,96,6). Sum of RGB (Red+Green+Blue) = 148+96+6=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #946006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946006 is #6B9FF9. Grayscale: #656565. Windows color (decimal): -7053306 or 417940. OLE color: 417940.

HSL color Cylindrical-coordinate representation of color #946006: hue angle of 38.03º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #946006 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 96 6 -
CMYK 0 0.35 0.96 0.42
HSL 38.03º 0.92% 0.3% -
HSV(B) 38.03º 0.96% 0.58% -
XYZ 16.43 14.67 2.14 -
YUV 101.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 148 96 6 0 0.35 0.96 0.42 38.03 0.92 0.3
Hex 94 60 6 0 23 60 2A 26 5C 1E
Octal 224 140 6 0 43 140 52 46 134 36
Binary 10010100 1100000 110 0 100011 1100000 101010 100110 1011100 11110

Color Harmonies of #946006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946006

Black with #946006

Text Example


Text Example

White with #946006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946006; }

 p { color: rgb(148,96,6); }

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

background-color css

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

 a { background-color: rgb(148,96,6); }

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

border-color css

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

 span { border-color: rgb(148,96,6); }

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