Html Css Color HEX #946711 Golden Brown

📋 copy color: '#946711'

red 148 ◦ green 103 ◦ blue 17

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

Shades of Golden Brown #946711

Tints of Golden Brown #946711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.43%

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 55.22%
G = 38.43%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#946711 (or 0x946711) is known color: Golden Brown. HEX triplet: 94, 67 and 11. RGB value is (148,103,17). Sum of RGB (Red+Green+Blue) = 148+103+17=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946711 is #6B98EE. Grayscale: #6B6B6B. Windows color (decimal): -7051503 or 1140628. OLE color: 1140628.

HSL color Cylindrical-coordinate representation of color #946711: hue angle of 39.39º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #946711 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 17 -
CMYK 0 0.30 0.89 0.42
HSL 39.39º 0.79% 0.32% -
HSV(B) 39.39º 0.89% 0.58% -
XYZ 17.16 16.04 2.72 -
YUV 106.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 148 103 17 0 0.30 0.89 0.42 39.39 0.79 0.32
Hex 94 67 11 0 1E 59 2A 27 4F 20
Octal 224 147 21 0 36 131 52 47 117 40
Binary 10010100 1100111 10001 0 11110 1011001 101010 100111 1001111 100000

Color Harmonies of #946711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946711

Black with #946711

Text Example


Text Example

White with #946711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946711; }

 p { color: rgb(148,103,17); }

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

background-color css

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

 a { background-color: rgb(148,103,17); }

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

border-color css

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

 span { border-color: rgb(148,103,17); }

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