Html Css Color HEX #946C1E Golden Brown

📋 copy color: '#946C1E'

red 148 ◦ green 108 ◦ blue 30

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

Shades of Golden Brown #946C1E

Tints of Golden Brown #946C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 51.75%
G = 37.76%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#946C1E (or 0x946C1E) is known color: Golden Brown. HEX triplet: 94, 6C and 1E. RGB value is (148,108,30). Sum of RGB (Red+Green+Blue) = 148+108+30=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C1E is #6B93E1. Grayscale: #6F6F6F. Windows color (decimal): -7050210 or 1993876. OLE color: 1993876.

HSL color Cylindrical-coordinate representation of color #946C1E: hue angle of 39.66º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #946C1E is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 108 30 -
CMYK 0 0.27 0.80 0.42
HSL 39.66º 0.66% 0.35% -
HSV(B) 39.66º 0.8% 0.58% -
XYZ 17.81 17.11 3.59 -
YUV 111.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 148 108 30 0 0.27 0.80 0.42 39.66 0.66 0.35
Hex 94 6C 1E 0 1B 50 2A 28 42 23
Octal 224 154 36 0 33 120 52 50 102 43
Binary 10010100 1101100 11110 0 11011 1010000 101010 101000 1000010 100011

Color Harmonies of #946C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C1E

Black with #946C1E

Text Example


Text Example

White with #946C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,108,30); }

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

background-color css

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

 a { background-color: rgb(148,108,30); }

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

border-color css

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

 span { border-color: rgb(148,108,30); }

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