Html Css Color HEX #946B05 Golden Brown

📋 copy color: '#946B05'

red 148 ◦ green 107 ◦ blue 5

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

Shades of Golden Brown #946B05

Tints of Golden Brown #946B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 56.92%
G = 41.15%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#946B05 (or 0x946B05) is known color: Golden Brown. HEX triplet: 94, 6B and 05. RGB value is (148,107,5). Sum of RGB (Red+Green+Blue) = 148+107+5=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #946B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B05 is #6B94FA. Grayscale: #6C6C6C. Windows color (decimal): -7050491 or 355220. OLE color: 355220.

HSL color Cylindrical-coordinate representation of color #946B05: hue angle of 42.8º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946B05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 5 -
CMYK 0 0.28 0.97 0.42
HSL 42.8º 0.93% 0.3% -
HSV(B) 42.8º 0.97% 0.58% -
XYZ 17.5 16.82 2.47 -
YUV 107.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 148 107 5 0 0.28 0.97 0.42 42.8 0.93 0.3
Hex 94 6B 5 0 1C 61 2A 2B 5D 1E
Octal 224 153 5 0 34 141 52 53 135 36
Binary 10010100 1101011 101 0 11100 1100001 101010 101011 1011101 11110

Color Harmonies of #946B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B05

Black with #946B05

Text Example


Text Example

White with #946B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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