Html Css Color HEX #946704 Golden Brown

📋 copy color: '#946704'

red 148 ◦ green 103 ◦ blue 4

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

Shades of Golden Brown #946704

Tints of Golden Brown #946704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 58.04%
G = 40.39%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#946704 (or 0x946704) is known color: Golden Brown. HEX triplet: 94, 67 and 04. RGB value is (148,103,4). Sum of RGB (Red+Green+Blue) = 148+103+4=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #946704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946704 is #6B98FB. Grayscale: #696969. Windows color (decimal): -7051516 or 288660. OLE color: 288660.

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

Color convert

RGB 148 103 4 -
CMYK 0 0.30 0.97 0.42
HSL 41.25º 0.95% 0.3% -
HSV(B) 41.25º 0.97% 0.58% -
XYZ 17.08 16.01 2.3 -
YUV 105.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 148 103 4 0 0.30 0.97 0.42 41.25 0.95 0.3
Hex 94 67 4 0 1E 61 2A 29 5F 1E
Octal 224 147 4 0 36 141 52 51 137 36
Binary 10010100 1100111 100 0 11110 1100001 101010 101001 1011111 11110

Color Harmonies of #946704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946704

Black with #946704

Text Example


Text Example

White with #946704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946704; }

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

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

background-color css

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

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

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

border-color css

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

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

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