Html Css Color HEX #916714 Golden Brown

📋 copy color: '#916714'

red 145 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #916714

Tints of Golden Brown #916714

RGB

 RED value IS 145 (57.03% from 255) = 54.1%

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

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

R = 54.1%
G = 38.43%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916714 (or 0x916714) is known color: Golden Brown. HEX triplet: 91, 67 and 14. RGB value is (145,103,20). Sum of RGB (Red+Green+Blue) = 145+103+20=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #916714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916714 is #6E98EB. Grayscale: #6A6A6A. Windows color (decimal): -7248108 or 1337233. OLE color: 1337233.

HSL color Cylindrical-coordinate representation of color #916714: hue angle of 39.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #916714 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 103 20 -
CMYK 0 0.29 0.86 0.43
HSL 39.84º 0.76% 0.32% -
HSV(B) 39.84º 0.86% 0.57% -
XYZ 16.65 15.77 2.83 -
YUV 106.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 145 103 20 0 0.29 0.86 0.43 39.84 0.76 0.32
Hex 91 67 14 0 1D 56 2B 28 4C 20
Octal 221 147 24 0 35 126 53 50 114 40
Binary 10010001 1100111 10100 0 11101 1010110 101011 101000 1001100 100000

Color Harmonies of #916714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916714

Black with #916714

Text Example


Text Example

White with #916714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916714; }

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

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

background-color css

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

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

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

border-color css

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

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

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