Html Css Color HEX #965817 Golden Brown

📋 copy color: '#965817'

red 150 ◦ green 88 ◦ blue 23

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

Shades of Golden Brown #965817

Tints of Golden Brown #965817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 23 (9.38% from 255) = 8.81%

R = 57.47%
G = 33.72%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965817 (or 0x965817) is known color: Golden Brown. HEX triplet: 96, 58 and 17. RGB value is (150,88,23). Sum of RGB (Red+Green+Blue) = 150+88+23=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965817 is #69A7E8. Grayscale: #636363. Windows color (decimal): -6924265 or 1530006. OLE color: 1530006.

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

Color convert

RGB 150 88 23 -
CMYK 0 0.41 0.85 0.41
HSL 30.71º 0.73% 0.34% -
HSV(B) 30.71º 0.85% 0.59% -
XYZ 16.22 13.53 2.57 -
YUV 99.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 150 88 23 0 0.41 0.85 0.41 30.71 0.73 0.34
Hex 96 58 17 0 29 55 29 1F 49 22
Octal 226 130 27 0 51 125 51 37 111 42
Binary 10010110 1011000 10111 0 101001 1010101 101001 11111 1001001 100010

Color Harmonies of #965817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965817

Black with #965817

Text Example


Text Example

White with #965817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965817; }

 p { color: rgb(150,88,23); }

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

background-color css

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

 a { background-color: rgb(150,88,23); }

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

border-color css

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

 span { border-color: rgb(150,88,23); }

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