Html Css Color HEX #946B1A Golden Brown

📋 copy color: '#946B1A'

red 148 ◦ green 107 ◦ blue 26

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

Shades of Golden Brown #946B1A

Tints of Golden Brown #946B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 52.67%
G = 38.08%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#946B1A (or 0x946B1A) is known color: Golden Brown. HEX triplet: 94, 6B and 1A. RGB value is (148,107,26). Sum of RGB (Red+Green+Blue) = 148+107+26=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B1A is #6B94E5. Grayscale: #6E6E6E. Windows color (decimal): -7050470 or 1731476. OLE color: 1731476.

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

Color convert

RGB 148 107 26 -
CMYK 0 0.28 0.82 0.42
HSL 39.84º 0.7% 0.34% -
HSV(B) 39.84º 0.82% 0.58% -
XYZ 17.66 16.89 3.31 -
YUV 110.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 148 107 26 0 0.28 0.82 0.42 39.84 0.7 0.34
Hex 94 6B 1A 0 1C 52 2A 28 46 22
Octal 224 153 32 0 34 122 52 50 106 42
Binary 10010100 1101011 11010 0 11100 1010010 101010 101000 1000110 100010

Color Harmonies of #946B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B1A

Black with #946B1A

Text Example


Text Example

White with #946B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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