Html Css Color HEX #946C1F Golden Brown

📋 copy color: '#946C1F'

red 148 ◦ green 108 ◦ blue 31

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

Shades of Golden Brown #946C1F

Tints of Golden Brown #946C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 51.57%
G = 37.63%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#946C1F (or 0x946C1F) is known color: Golden Brown. HEX triplet: 94, 6C and 1F. RGB value is (148,108,31). Sum of RGB (Red+Green+Blue) = 148+108+31=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #946C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C1F is #6B93E0. Grayscale: #6F6F6F. Windows color (decimal): -7050209 or 2059412. OLE color: 2059412.

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

Color convert

RGB 148 108 31 -
CMYK 0 0.27 0.79 0.42
HSL 39.49º 0.65% 0.35% -
HSV(B) 39.49º 0.79% 0.58% -
XYZ 17.82 17.12 3.66 -
YUV 111.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 148 108 31 0 0.27 0.79 0.42 39.49 0.65 0.35
Hex 94 6C 1F 0 1B 4F 2A 27 41 23
Octal 224 154 37 0 33 117 52 47 101 43
Binary 10010100 1101100 11111 0 11011 1001111 101010 100111 1000001 100011

Color Harmonies of #946C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C1F

Black with #946C1F

Text Example


Text Example

White with #946C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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