Html Css Color HEX #965E2F Indochine

📋 copy color: '#965E2F'

red 150 ◦ green 94 ◦ blue 47

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

Shades of Indochine #965E2F

Tints of Indochine #965E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

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

R = 51.55%
G = 32.3%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#965E2F (or 0x965E2F) is known color: Indochine. HEX triplet: 96, 5E and 2F. RGB value is (150,94,47). Sum of RGB (Red+Green+Blue) = 150+94+47=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #965E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E2F is #69A1D0. Grayscale: #696969. Windows color (decimal): -6922705 or 3104406. OLE color: 3104406.

HSL color Cylindrical-coordinate representation of color #965E2F: hue angle of 27.38º 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 #965E2F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 47 -
CMYK 0 0.37 0.69 0.41
HSL 27.38º 0.52% 0.39% -
HSV(B) 27.38º 0.69% 0.59% -
XYZ 17.09 14.69 4.62 -
YUV 105.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 150 94 47 0 0.37 0.69 0.41 27.38 0.52 0.39
Hex 96 5E 2F 0 25 45 29 1B 34 27
Octal 226 136 57 0 45 105 51 33 64 47
Binary 10010110 1011110 101111 0 100101 1000101 101001 11011 110100 100111

Color Harmonies of #965E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E2F

Black with #965E2F

Text Example


Text Example

White with #965E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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