Html Css Color HEX #965800 Golden Brown

📋 copy color: '#965800'

red 150 ◦ green 88 ◦ blue 0

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

Shades of Golden Brown #965800

Tints of Golden Brown #965800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.03%
G = 36.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#965800 (or 0x965800) is known color: Golden Brown. HEX triplet: 96, 58 and 00. RGB value is (150,88,0). Sum of RGB (Red+Green+Blue) = 150+88+0=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #965800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965800 is #69A7FF. Grayscale: #606060. Windows color (decimal): -6924288 or 22678. OLE color: 22678.

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

Color convert

RGB 150 88 0 -
CMYK 0 0.41 1 0.41
HSL 35.2º 1% 0.29% -
HSV(B) 35.2º 1% 0.59% -
XYZ 16.07 13.46 1.75 -
YUV 96.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 150 88 0 0 0.41 1 0.41 35.2 1 0.29
Hex 96 58 0 0 29 64 29 23 64 1D
Octal 226 130 0 0 51 144 51 43 144 35
Binary 10010110 1011000 0 0 101001 1100100 101001 100011 1100100 11101

Color Harmonies of #965800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965800

Black with #965800

Text Example


Text Example

White with #965800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965800; }

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

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

background-color css

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

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

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

border-color css

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

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

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