Html Css Color HEX #946700 Golden Brown

📋 copy color: '#946700'

red 148 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #946700

Tints of Golden Brown #946700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

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

R = 58.96%
G = 41.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#946700 (or 0x946700) is known color: Golden Brown. HEX triplet: 94, 67 and 00. RGB value is (148,103,0). Sum of RGB (Red+Green+Blue) = 148+103+0=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #946700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946700 is #6B98FF. Grayscale: #696969. Windows color (decimal): -7051520 or 26516. OLE color: 26516.

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

Color convert

RGB 148 103 0 -
CMYK 0 0.30 1 0.42
HSL 41.76º 1% 0.29% -
HSV(B) 41.76º 1% 0.58% -
XYZ 17.06 16 2.19 -
YUV 104.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 148 103 0 0 0.30 1 0.42 41.76 1 0.29
Hex 94 67 0 0 1E 64 2A 2A 64 1D
Octal 224 147 0 0 36 144 52 52 144 35
Binary 10010100 1100111 0 0 11110 1100100 101010 101010 1100100 11101

Color Harmonies of #946700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946700

Black with #946700

Text Example


Text Example

White with #946700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946700; }

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

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

background-color css

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

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

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

border-color css

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

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

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