Html Css Color HEX #9B6334 Indochine

📋 copy color: '#9B6334'

red 155 ◦ green 99 ◦ blue 52

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

Shades of Indochine #9B6334

Tints of Indochine #9B6334

RGB

 RED value IS 155 (60.94% from 255) = 50.65%

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 50.65%
G = 32.35%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B6334 (or 0x9B6334) is known color: Indochine. HEX triplet: 9B, 63 and 34. RGB value is (155,99,52). Sum of RGB (Red+Green+Blue) = 155+99+52=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6334 is #649CCB. Grayscale: #6E6E6E. Windows color (decimal): -6593740 or 3433371. OLE color: 3433371.

HSL color Cylindrical-coordinate representation of color #9B6334: hue angle of 27.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B6334 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 52 -
CMYK 0 0.36 0.66 0.39
HSL 27.38º 0.5% 0.41% -
HSV(B) 27.38º 0.66% 0.61% -
XYZ 18.6 16.14 5.38 -
YUV 110.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 155 99 52 0 0.36 0.66 0.39 27.38 0.5 0.41
Hex 9B 63 34 0 24 42 27 1B 32 29
Octal 233 143 64 0 44 102 47 33 62 51
Binary 10011011 1100011 110100 0 100100 1000010 100111 11011 110010 101001

Color Harmonies of #9B6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6334

Black with #9B6334

Text Example


Text Example

White with #9B6334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,52); }

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

background-color css

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

 a { background-color: rgb(155,99,52); }

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

border-color css

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

 span { border-color: rgb(155,99,52); }

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