Html Css Color HEX #946612 Golden Brown

📋 copy color: '#946612'

red 148 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #946612

Tints of Golden Brown #946612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 55.22%
G = 38.06%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#946612 (or 0x946612) is known color: Golden Brown. HEX triplet: 94, 66 and 12. RGB value is (148,102,18). Sum of RGB (Red+Green+Blue) = 148+102+18=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946612 is #6B99ED. Grayscale: #6A6A6A. Windows color (decimal): -7051758 or 1205908. OLE color: 1205908.

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

Color convert

RGB 148 102 18 -
CMYK 0 0.31 0.88 0.42
HSL 38.77º 0.78% 0.33% -
HSV(B) 38.77º 0.88% 0.58% -
XYZ 17.07 15.84 2.73 -
YUV 106.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 148 102 18 0 0.31 0.88 0.42 38.77 0.78 0.33
Hex 94 66 12 0 1F 58 2A 27 4E 21
Octal 224 146 22 0 37 130 52 47 116 41
Binary 10010100 1100110 10010 0 11111 1011000 101010 100111 1001110 100001

Color Harmonies of #946612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946612

Black with #946612

Text Example


Text Example

White with #946612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946612; }

 p { color: rgb(148,102,18); }

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

background-color css

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

 a { background-color: rgb(148,102,18); }

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

border-color css

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

 span { border-color: rgb(148,102,18); }

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