Html Css Color HEX #965C2F Indochine

📋 copy color: '#965C2F'

red 150 ◦ green 92 ◦ blue 47

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

Shades of Indochine #965C2F

Tints of Indochine #965C2F

RGB

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

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

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

R = 51.9%
G = 31.83%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#965C2F (or 0x965C2F) is known color: Indochine. HEX triplet: 96, 5C and 2F. RGB value is (150,92,47). Sum of RGB (Red+Green+Blue) = 150+92+47=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C2F is #69A3D0. Grayscale: #686868. Windows color (decimal): -6923217 or 3103894. OLE color: 3103894.

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

Color convert

RGB 150 92 47 -
CMYK 0 0.39 0.69 0.41
HSL 26.21º 0.52% 0.39% -
HSV(B) 26.21º 0.69% 0.59% -
XYZ 16.92 14.34 4.57 -
YUV 104.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 150 92 47 0 0.39 0.69 0.41 26.21 0.52 0.39
Hex 96 5C 2F 0 27 45 29 1A 34 27
Octal 226 134 57 0 47 105 51 32 64 47
Binary 10010110 1011100 101111 0 100111 1000101 101001 11010 110100 100111

Color Harmonies of #965C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C2F

Black with #965C2F

Text Example


Text Example

White with #965C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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