Html Css Color HEX #946509 Golden Brown

📋 copy color: '#946509'

red 148 ◦ green 101 ◦ blue 9

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

Shades of Golden Brown #946509

Tints of Golden Brown #946509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.15%

 BLUE value IS 9 (3.91% from 255) = 3.49%

R = 57.36%
G = 39.15%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#946509 (or 0x946509) is known color: Golden Brown. HEX triplet: 94, 65 and 09. RGB value is (148,101,9). Sum of RGB (Red+Green+Blue) = 148+101+9=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #946509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946509 is #6B9AF6. Grayscale: #686868. Windows color (decimal): -7052023 or 615828. OLE color: 615828.

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

Color convert

RGB 148 101 9 -
CMYK 0 0.32 0.94 0.42
HSL 39.71º 0.89% 0.31% -
HSV(B) 39.71º 0.94% 0.58% -
XYZ 16.92 15.62 2.38 -
YUV 104.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 148 101 9 0 0.32 0.94 0.42 39.71 0.89 0.31
Hex 94 65 9 0 20 5E 2A 28 59 1F
Octal 224 145 11 0 40 136 52 50 131 37
Binary 10010100 1100101 1001 0 100000 1011110 101010 101000 1011001 11111

Color Harmonies of #946509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946509

Black with #946509

Text Example


Text Example

White with #946509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946509; }

 p { color: rgb(148,101,9); }

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

background-color css

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

 a { background-color: rgb(148,101,9); }

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

border-color css

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

 span { border-color: rgb(148,101,9); }

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