Html Css Color HEX #946812 Golden Brown

📋 copy color: '#946812'

red 148 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #946812

Tints of Golden Brown #946812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

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

R = 54.81%
G = 38.52%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#946812 (or 0x946812) is known color: Golden Brown. HEX triplet: 94, 68 and 12. RGB value is (148,104,18). Sum of RGB (Red+Green+Blue) = 148+104+18=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946812 is #6B97ED. Grayscale: #6B6B6B. Windows color (decimal): -7051246 or 1206420. OLE color: 1206420.

HSL color Cylindrical-coordinate representation of color #946812: hue angle of 39.69º 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 #946812 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 18 -
CMYK 0 0.30 0.88 0.42
HSL 39.69º 0.78% 0.33% -
HSV(B) 39.69º 0.88% 0.58% -
XYZ 17.27 16.24 2.8 -
YUV 107.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 148 104 18 0 0.30 0.88 0.42 39.69 0.78 0.33
Hex 94 68 12 0 1E 58 2A 28 4E 21
Octal 224 150 22 0 36 130 52 50 116 41
Binary 10010100 1101000 10010 0 11110 1011000 101010 101000 1001110 100001

Color Harmonies of #946812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946812

Black with #946812

Text Example


Text Example

White with #946812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946812; }

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

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

background-color css

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

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

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

border-color css

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

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

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