Html Css Color HEX #946A1E Golden Brown

📋 copy color: '#946A1E'

red 148 ◦ green 106 ◦ blue 30

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

Shades of Golden Brown #946A1E

Tints of Golden Brown #946A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.32%

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

R = 52.11%
G = 37.32%
B = 10.56%

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

#946A1E (or 0x946A1E) is known color: Golden Brown. HEX triplet: 94, 6A and 1E. RGB value is (148,106,30). Sum of RGB (Red+Green+Blue) = 148+106+30=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A1E is #6B95E1. Grayscale: #6E6E6E. Windows color (decimal): -7050722 or 1993364. OLE color: 1993364.

HSL color Cylindrical-coordinate representation of color #946A1E: hue angle of 38.64º 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 #946A1E is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 106 30 -
CMYK 0 0.28 0.80 0.42
HSL 38.64º 0.66% 0.35% -
HSV(B) 38.64º 0.8% 0.58% -
XYZ 17.6 16.7 3.52 -
YUV 109.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 148 106 30 0 0.28 0.80 0.42 38.64 0.66 0.35
Hex 94 6A 1E 0 1C 50 2A 27 42 23
Octal 224 152 36 0 34 120 52 47 102 43
Binary 10010100 1101010 11110 0 11100 1010000 101010 100111 1000010 100011

Color Harmonies of #946A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A1E

Black with #946A1E

Text Example


Text Example

White with #946A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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