Html Css Color HEX #946B0E Golden Brown

📋 copy color: '#946B0E'

red 148 ◦ green 107 ◦ blue 14

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

Shades of Golden Brown #946B0E

Tints of Golden Brown #946B0E

RGB

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

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

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

R = 55.02%
G = 39.78%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#946B0E (or 0x946B0E) is known color: Golden Brown. HEX triplet: 94, 6B and 0E. RGB value is (148,107,14). Sum of RGB (Red+Green+Blue) = 148+107+14=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #946B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B0E is #6B94F1. Grayscale: #6D6D6D. Windows color (decimal): -7050482 or 945044. OLE color: 945044.

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

Color convert

RGB 148 107 14 -
CMYK 0 0.28 0.91 0.42
HSL 41.64º 0.83% 0.32% -
HSV(B) 41.64º 0.91% 0.58% -
XYZ 17.55 16.84 2.74 -
YUV 108.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 148 107 14 0 0.28 0.91 0.42 41.64 0.83 0.32
Hex 94 6B E 0 1C 5B 2A 2A 53 20
Octal 224 153 16 0 34 133 52 52 123 40
Binary 10010100 1101011 1110 0 11100 1011011 101010 101010 1010011 100000

Color Harmonies of #946B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B0E

Black with #946B0E

Text Example


Text Example

White with #946B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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