Html Css Color HEX #965C33 Indochine

📋 copy color: '#965C33'

red 150 ◦ green 92 ◦ blue 51

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

Shades of Indochine #965C33

Tints of Indochine #965C33

RGB

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

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

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

R = 51.19%
G = 31.4%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#965C33 (or 0x965C33) is known color: Indochine. HEX triplet: 96, 5C and 33. RGB value is (150,92,51). Sum of RGB (Red+Green+Blue) = 150+92+51=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #965C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C33 is #69A3CC. Grayscale: #686868. Windows color (decimal): -6923213 or 3366038. OLE color: 3366038.

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

Color convert

RGB 150 92 51 -
CMYK 0 0.39 0.66 0.41
HSL 24.85º 0.49% 0.39% -
HSV(B) 24.85º 0.66% 0.59% -
XYZ 17 14.38 5.01 -
YUV 104.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 150 92 51 0 0.39 0.66 0.41 24.85 0.49 0.39
Hex 96 5C 33 0 27 42 29 19 31 27
Octal 226 134 63 0 47 102 51 31 61 47
Binary 10010110 1011100 110011 0 100111 1000010 101001 11001 110001 100111

Color Harmonies of #965C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C33

Black with #965C33

Text Example


Text Example

White with #965C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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