Html Css Color HEX #965C02 Golden Brown

📋 copy color: '#965C02'

red 150 ◦ green 92 ◦ blue 2

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

Shades of Golden Brown #965C02

Tints of Golden Brown #965C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 61.48%
G = 37.7%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#965C02 (or 0x965C02) is known color: Golden Brown. HEX triplet: 96, 5C and 02. RGB value is (150,92,2). Sum of RGB (Red+Green+Blue) = 150+92+2=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #965C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C02 is #69A3FD. Grayscale: #636363. Windows color (decimal): -6923262 or 154774. OLE color: 154774.

HSL color Cylindrical-coordinate representation of color #965C02: hue angle of 36.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #965C02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 92 2 -
CMYK 0 0.39 0.99 0.41
HSL 36.49º 0.97% 0.3% -
HSV(B) 36.49º 0.99% 0.59% -
XYZ 16.42 14.14 1.92 -
YUV 99.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 150 92 2 0 0.39 0.99 0.41 36.49 0.97 0.3
Hex 96 5C 2 0 27 63 29 24 61 1E
Octal 226 134 2 0 47 143 51 44 141 36
Binary 10010110 1011100 10 0 100111 1100011 101001 100100 1100001 11110

Color Harmonies of #965C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C02

Black with #965C02

Text Example


Text Example

White with #965C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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