Html Css Color HEX #946714 Golden Brown

📋 copy color: '#946714'

red 148 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #946714

Tints of Golden Brown #946714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 54.61%
G = 38.01%
B = 7.38%

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

#946714 (or 0x946714) is known color: Golden Brown. HEX triplet: 94, 67 and 14. RGB value is (148,103,20). Sum of RGB (Red+Green+Blue) = 148+103+20=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946714 is #6B98EB. Grayscale: #6B6B6B. Windows color (decimal): -7051500 or 1337236. OLE color: 1337236.

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

Color convert

RGB 148 103 20 -
CMYK 0 0.30 0.86 0.42
HSL 38.91º 0.76% 0.33% -
HSV(B) 38.91º 0.86% 0.58% -
XYZ 17.19 16.05 2.85 -
YUV 106.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 148 103 20 0 0.30 0.86 0.42 38.91 0.76 0.33
Hex 94 67 14 0 1E 56 2A 27 4C 21
Octal 224 147 24 0 36 126 52 47 114 41
Binary 10010100 1100111 10100 0 11110 1010110 101010 100111 1001100 100001

Color Harmonies of #946714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946714

Black with #946714

Text Example


Text Example

White with #946714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946714; }

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

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

background-color css

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

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

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

border-color css

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

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

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