Html Css Color HEX #965D2F Indochine

📋 copy color: '#965D2F'

red 150 ◦ green 93 ◦ blue 47

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

Shades of Indochine #965D2F

Tints of Indochine #965D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 51.72%
G = 32.07%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#965D2F (or 0x965D2F) is known color: Indochine. HEX triplet: 96, 5D and 2F. RGB value is (150,93,47). Sum of RGB (Red+Green+Blue) = 150+93+47=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #965D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D2F is #69A2D0. Grayscale: #696969. Windows color (decimal): -6922961 or 3104150. OLE color: 3104150.

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

Color convert

RGB 150 93 47 -
CMYK 0 0.38 0.69 0.41
HSL 26.8º 0.52% 0.39% -
HSV(B) 26.8º 0.69% 0.59% -
XYZ 17.01 14.52 4.6 -
YUV 104.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 150 93 47 0 0.38 0.69 0.41 26.8 0.52 0.39
Hex 96 5D 2F 0 26 45 29 1B 34 27
Octal 226 135 57 0 46 105 51 33 64 47
Binary 10010110 1011101 101111 0 100110 1000101 101001 11011 110100 100111

Color Harmonies of #965D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D2F

Black with #965D2F

Text Example


Text Example

White with #965D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,93,47); }

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

background-color css

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

 a { background-color: rgb(150,93,47); }

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

border-color css

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

 span { border-color: rgb(150,93,47); }

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