Html Css Color HEX #946C07 Golden Brown

📋 copy color: '#946C07'

red 148 ◦ green 108 ◦ blue 7

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

Shades of Golden Brown #946C07

Tints of Golden Brown #946C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.66%

R = 56.27%
G = 41.06%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#946C07 (or 0x946C07) is known color: Golden Brown. HEX triplet: 94, 6C and 07. RGB value is (148,108,7). Sum of RGB (Red+Green+Blue) = 148+108+7=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #946C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946C07 is #6B93F8. Grayscale: #6C6C6C. Windows color (decimal): -7050233 or 486548. OLE color: 486548.

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

Color convert

RGB 148 108 7 -
CMYK 0 0.27 0.95 0.42
HSL 42.98º 0.91% 0.3% -
HSV(B) 42.98º 0.95% 0.58% -
XYZ 17.61 17.04 2.56 -
YUV 108.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 148 108 7 0 0.27 0.95 0.42 42.98 0.91 0.3
Hex 94 6C 7 0 1B 5F 2A 2B 5B 1E
Octal 224 154 7 0 33 137 52 53 133 36
Binary 10010100 1101100 111 0 11011 1011111 101010 101011 1011011 11110

Color Harmonies of #946C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C07

Black with #946C07

Text Example


Text Example

White with #946C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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