Html Css Color HEX #946808 Golden Brown

📋 copy color: '#946808'

red 148 ◦ green 104 ◦ blue 8

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

Shades of Golden Brown #946808

Tints of Golden Brown #946808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 56.92%
G = 40%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#946808 (or 0x946808) is known color: Golden Brown. HEX triplet: 94, 68 and 08. RGB value is (148,104,8). Sum of RGB (Red+Green+Blue) = 148+104+8=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #946808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946808 is #6B97F7. Grayscale: #6A6A6A. Windows color (decimal): -7051256 or 551060. OLE color: 551060.

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

Color convert

RGB 148 104 8 -
CMYK 0 0.30 0.95 0.42
HSL 41.14º 0.9% 0.31% -
HSV(B) 41.14º 0.95% 0.58% -
XYZ 17.21 16.21 2.45 -
YUV 106.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 148 104 8 0 0.30 0.95 0.42 41.14 0.9 0.31
Hex 94 68 8 0 1E 5F 2A 29 5A 1F
Octal 224 150 10 0 36 137 52 51 132 37
Binary 10010100 1101000 1000 0 11110 1011111 101010 101001 1011010 11111

Color Harmonies of #946808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946808

Black with #946808

Text Example


Text Example

White with #946808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946808; }

 p { color: rgb(148,104,8); }

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

background-color css

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

 a { background-color: rgb(148,104,8); }

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

border-color css

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

 span { border-color: rgb(148,104,8); }

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