Html Css Color HEX #946B1E Golden Brown

📋 copy color: '#946B1E'

red 148 ◦ green 107 ◦ blue 30

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

Shades of Golden Brown #946B1E

Tints of Golden Brown #946B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 51.93%
G = 37.54%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#946B1E (or 0x946B1E) is known color: Golden Brown. HEX triplet: 94, 6B and 1E. RGB value is (148,107,30). Sum of RGB (Red+Green+Blue) = 148+107+30=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #946B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B1E is #6B94E1. Grayscale: #6E6E6E. Windows color (decimal): -7050466 or 1993620. OLE color: 1993620.

HSL color Cylindrical-coordinate representation of color #946B1E: hue angle of 39.15º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #946B1E is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 30 -
CMYK 0 0.28 0.80 0.42
HSL 39.15º 0.66% 0.35% -
HSV(B) 39.15º 0.8% 0.58% -
XYZ 17.7 16.91 3.56 -
YUV 110.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 148 107 30 0 0.28 0.80 0.42 39.15 0.66 0.35
Hex 94 6B 1E 0 1C 50 2A 27 42 23
Octal 224 153 36 0 34 120 52 47 102 43
Binary 10010100 1101011 11110 0 11100 1010000 101010 100111 1000010 100011

Color Harmonies of #946B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B1E

Black with #946B1E

Text Example


Text Example

White with #946B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946B1E; }

 p { color: rgb(148,107,30); }

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

background-color css

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

 a { background-color: rgb(148,107,30); }

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

border-color css

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

 span { border-color: rgb(148,107,30); }

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