Html Css Color HEX #9F6033 Indochine

📋 copy color: '#9F6033'

red 159 ◦ green 96 ◦ blue 51

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

Shades of Indochine #9F6033

Tints of Indochine #9F6033

RGB

 RED value IS 159 (62.5% from 255) = 51.96%

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 51.96%
G = 31.37%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9F6033 (or 0x9F6033) is known color: Indochine. HEX triplet: 9F, 60 and 33. RGB value is (159,96,51). Sum of RGB (Red+Green+Blue) = 159+96+51=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6033 is #609FCC. Grayscale: #6D6D6D. Windows color (decimal): -6332365 or 3367071. OLE color: 3367071.

HSL color Cylindrical-coordinate representation of color #9F6033: hue angle of 25º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F6033 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 51 -
CMYK 0 0.40 0.68 0.38
HSL 25º 0.51% 0.41% -
HSV(B) 25º 0.68% 0.62% -
XYZ 19.08 15.98 5.21 -
YUV 109.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 159 96 51 0 0.40 0.68 0.38 25 0.51 0.41
Hex 9F 60 33 0 28 44 26 19 33 29
Octal 237 140 63 0 50 104 46 31 63 51
Binary 10011111 1100000 110011 0 101000 1000100 100110 11001 110011 101001

Color Harmonies of #9F6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6033

Black with #9F6033

Text Example


Text Example

White with #9F6033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F6033; }

 p { color: rgb(159,96,51); }

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

background-color css

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

 a { background-color: rgb(159,96,51); }

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

border-color css

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

 span { border-color: rgb(159,96,51); }

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