Html Css Color HEX #965614 Golden Brown

📋 copy color: '#965614'

red 150 ◦ green 86 ◦ blue 20

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

Shades of Golden Brown #965614

Tints of Golden Brown #965614

RGB

 RED value IS 150 (58.98% from 255) = 58.59%

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 58.59%
G = 33.59%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#965614 (or 0x965614) is known color: Golden Brown. HEX triplet: 96, 56 and 14. RGB value is (150,86,20). Sum of RGB (Red+Green+Blue) = 150+86+20=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965614 is #69A9EB. Grayscale: #616161. Windows color (decimal): -6924780 or 1332886. OLE color: 1332886.

HSL color Cylindrical-coordinate representation of color #965614: hue angle of 30.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #965614 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 20 -
CMYK 0 0.43 0.87 0.41
HSL 30.46º 0.76% 0.33% -
HSV(B) 30.46º 0.87% 0.59% -
XYZ 16.03 13.19 2.36 -
YUV 97.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 150 86 20 0 0.43 0.87 0.41 30.46 0.76 0.33
Hex 96 56 14 0 2B 57 29 1E 4C 21
Octal 226 126 24 0 53 127 51 36 114 41
Binary 10010110 1010110 10100 0 101011 1010111 101001 11110 1001100 100001

Color Harmonies of #965614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965614

Black with #965614

Text Example


Text Example

White with #965614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965614; }

 p { color: rgb(150,86,20); }

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

background-color css

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

 a { background-color: rgb(150,86,20); }

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

border-color css

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

 span { border-color: rgb(150,86,20); }

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