Html Css Color HEX #946000 Golden Brown

📋 copy color: '#946000'

red 148 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #946000

Tints of Golden Brown #946000

RGB

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

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

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

R = 60.66%
G = 39.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#946000 (or 0x946000) is known color: Golden Brown. HEX triplet: 94, 60 and 00. RGB value is (148,96,0). Sum of RGB (Red+Green+Blue) = 148+96+0=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #946000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946000 is #6B9FFF. Grayscale: #656565. Windows color (decimal): -7053312 or 24724. OLE color: 24724.

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

Color convert

RGB 148 96 0 -
CMYK 0 0.35 1 0.42
HSL 38.92º 1% 0.29% -
HSV(B) 38.92º 1% 0.58% -
XYZ 16.4 14.66 1.97 -
YUV 100.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 148 96 0 0 0.35 1 0.42 38.92 1 0.29
Hex 94 60 0 0 23 64 2A 27 64 1D
Octal 224 140 0 0 43 144 52 47 144 35
Binary 10010100 1100000 0 0 100011 1100100 101010 100111 1100100 11101

Color Harmonies of #946000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946000

Black with #946000

Text Example


Text Example

White with #946000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946000; }

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

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

background-color css

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

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

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

border-color css

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

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

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