Html Css Color HEX #965615 Golden Brown

📋 copy color: '#965615'

red 150 ◦ green 86 ◦ blue 21

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

Shades of Golden Brown #965615

Tints of Golden Brown #965615

RGB

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

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

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

R = 58.37%
G = 33.46%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#965615 (or 0x965615) is known color: Golden Brown. HEX triplet: 96, 56 and 15. RGB value is (150,86,21). Sum of RGB (Red+Green+Blue) = 150+86+21=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965615 is #69A9EA. Grayscale: #626262. Windows color (decimal): -6924779 or 1398422. OLE color: 1398422.

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

Color convert

RGB 150 86 21 -
CMYK 0 0.43 0.86 0.41
HSL 30.23º 0.75% 0.34% -
HSV(B) 30.23º 0.86% 0.59% -
XYZ 16.04 13.19 2.41 -
YUV 97.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 150 86 21 0 0.43 0.86 0.41 30.23 0.75 0.34
Hex 96 56 15 0 2B 56 29 1E 4B 22
Octal 226 126 25 0 53 126 51 36 113 42
Binary 10010110 1010110 10101 0 101011 1010110 101001 11110 1001011 100010

Color Harmonies of #965615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965615

Black with #965615

Text Example


Text Example

White with #965615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965615; }

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

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

background-color css

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

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

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

border-color css

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

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

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