Html Css Color HEX #965C2E Indochine

📋 copy color: '#965C2E'

red 150 ◦ green 92 ◦ blue 46

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

Shades of Indochine #965C2E

Tints of Indochine #965C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 52.08%
G = 31.94%
B = 15.97%

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

#965C2E (or 0x965C2E) is known color: Indochine. HEX triplet: 96, 5C and 2E. RGB value is (150,92,46). Sum of RGB (Red+Green+Blue) = 150+92+46=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C2E is #69A3D1. Grayscale: #686868. Windows color (decimal): -6923218 or 3038358. OLE color: 3038358.

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

Color convert

RGB 150 92 46 -
CMYK 0 0.39 0.69 0.41
HSL 26.54º 0.53% 0.38% -
HSV(B) 26.54º 0.69% 0.59% -
XYZ 16.9 14.34 4.46 -
YUV 104.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 150 92 46 0 0.39 0.69 0.41 26.54 0.53 0.38
Hex 96 5C 2E 0 27 45 29 1B 35 26
Octal 226 134 56 0 47 105 51 33 65 46
Binary 10010110 1011100 101110 0 100111 1000101 101001 11011 110101 100110

Color Harmonies of #965C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C2E

Black with #965C2E

Text Example


Text Example

White with #965C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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