Html Css Color HEX #946715 Golden Brown

📋 copy color: '#946715'

red 148 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #946715

Tints of Golden Brown #946715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 54.41%
G = 37.87%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946715 (or 0x946715) is known color: Golden Brown. HEX triplet: 94, 67 and 15. RGB value is (148,103,21). Sum of RGB (Red+Green+Blue) = 148+103+21=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946715 is #6B98EA. Grayscale: #6B6B6B. Windows color (decimal): -7051499 or 1402772. OLE color: 1402772.

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

Color convert

RGB 148 103 21 -
CMYK 0 0.30 0.86 0.42
HSL 38.74º 0.75% 0.33% -
HSV(B) 38.74º 0.86% 0.58% -
XYZ 17.2 16.05 2.9 -
YUV 107.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 148 103 21 0 0.30 0.86 0.42 38.74 0.75 0.33
Hex 94 67 15 0 1E 56 2A 27 4B 21
Octal 224 147 25 0 36 126 52 47 113 41
Binary 10010100 1100111 10101 0 11110 1010110 101010 100111 1001011 100001

Color Harmonies of #946715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946715

Black with #946715

Text Example


Text Example

White with #946715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946715; }

 p { color: rgb(148,103,21); }

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

background-color css

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

 a { background-color: rgb(148,103,21); }

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

border-color css

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

 span { border-color: rgb(148,103,21); }

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