Html Css Color HEX #965C00 Golden Brown

📋 copy color: '#965C00'

red 150 ◦ green 92 ◦ blue 0

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

Shades of Golden Brown #965C00

Tints of Golden Brown #965C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

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

R = 61.98%
G = 38.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#965C00 (or 0x965C00) is known color: Golden Brown. HEX triplet: 96, 5C and 00. RGB value is (150,92,0). Sum of RGB (Red+Green+Blue) = 150+92+0=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #965C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C00 is #69A3FF. Grayscale: #636363. Windows color (decimal): -6923264 or 23702. OLE color: 23702.

HSL color Cylindrical-coordinate representation of color #965C00: hue angle of 36.8º 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 #965C00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 92 0 -
CMYK 0 0.39 1 0.41
HSL 36.8º 1% 0.29% -
HSV(B) 36.8º 1% 0.59% -
XYZ 16.4 14.14 1.86 -
YUV 98.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 150 92 0 0 0.39 1 0.41 36.8 1 0.29
Hex 96 5C 0 0 27 64 29 25 64 1D
Octal 226 134 0 0 47 144 51 45 144 35
Binary 10010110 1011100 0 0 100111 1100100 101001 100101 1100100 11101

Color Harmonies of #965C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C00

Black with #965C00

Text Example


Text Example

White with #965C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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