Html Css Color HEX #965613 Golden Brown

📋 copy color: '#965613'

red 150 ◦ green 86 ◦ blue 19

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

Shades of Golden Brown #965613

Tints of Golden Brown #965613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 58.82%
G = 33.73%
B = 7.45%

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

#965613 (or 0x965613) is known color: Golden Brown. HEX triplet: 96, 56 and 13. RGB value is (150,86,19). Sum of RGB (Red+Green+Blue) = 150+86+19=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965613 is #69A9EC. Grayscale: #616161. Windows color (decimal): -6924781 or 1267350. OLE color: 1267350.

HSL color Cylindrical-coordinate representation of color #965613: hue angle of 30.69º degrees, saturation: 0.78, 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 #965613 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 19 -
CMYK 0 0.43 0.87 0.41
HSL 30.69º 0.78% 0.33% -
HSV(B) 30.69º 0.87% 0.59% -
XYZ 16.02 13.19 2.32 -
YUV 97.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 150 86 19 0 0.43 0.87 0.41 30.69 0.78 0.33
Hex 96 56 13 0 2B 57 29 1F 4E 21
Octal 226 126 23 0 53 127 51 37 116 41
Binary 10010110 1010110 10011 0 101011 1010111 101001 11111 1001110 100001

Color Harmonies of #965613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965613

Black with #965613

Text Example


Text Example

White with #965613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965613; }

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

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

background-color css

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

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

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

border-color css

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

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

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