Html Css Color HEX #946D0E Golden Brown

📋 copy color: '#946D0E'

red 148 ◦ green 109 ◦ blue 14

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

Shades of Golden Brown #946D0E

Tints of Golden Brown #946D0E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.22%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 54.61%
G = 40.22%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#946D0E (or 0x946D0E) is known color: Golden Brown. HEX triplet: 94, 6D and 0E. RGB value is (148,109,14). Sum of RGB (Red+Green+Blue) = 148+109+14=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946D0E is #6B92F1. Grayscale: #6E6E6E. Windows color (decimal): -7049970 or 945556. OLE color: 945556.

HSL color Cylindrical-coordinate representation of color #946D0E: hue angle of 42.54º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #946D0E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 14 -
CMYK 0 0.26 0.91 0.42
HSL 42.54º 0.83% 0.32% -
HSV(B) 42.54º 0.91% 0.58% -
XYZ 17.76 17.26 2.81 -
YUV 109.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 148 109 14 0 0.26 0.91 0.42 42.54 0.83 0.32
Hex 94 6D E 0 1A 5B 2A 2B 53 20
Octal 224 155 16 0 32 133 52 53 123 40
Binary 10010100 1101101 1110 0 11010 1011011 101010 101011 1010011 100000

Color Harmonies of #946D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D0E

Black with #946D0E

Text Example


Text Example

White with #946D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,109,14); }

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

background-color css

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

 a { background-color: rgb(148,109,14); }

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

border-color css

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

 span { border-color: rgb(148,109,14); }

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