Html Css Color HEX #965F3A Indochine

📋 copy color: '#965F3A'

red 150 ◦ green 95 ◦ blue 58

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

Shades of Indochine #965F3A

Tints of Indochine #965F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 49.5%
G = 31.35%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#965F3A (or 0x965F3A) is known color: Indochine. HEX triplet: 96, 5F and 3A. RGB value is (150,95,58). Sum of RGB (Red+Green+Blue) = 150+95+58=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F3A is #69A0C5. Grayscale: #6B6B6B. Windows color (decimal): -6922438 or 3825558. OLE color: 3825558.

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

Color convert

RGB 150 95 58 -
CMYK 0 0.37 0.61 0.41
HSL 24.13º 0.44% 0.41% -
HSV(B) 24.13º 0.61% 0.59% -
XYZ 17.43 14.97 5.97 -
YUV 107.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 150 95 58 0 0.37 0.61 0.41 24.13 0.44 0.41
Hex 96 5F 3A 0 25 3D 29 18 2C 29
Octal 226 137 72 0 45 75 51 30 54 51
Binary 10010110 1011111 111010 0 100101 111101 101001 11000 101100 101001

Color Harmonies of #965F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F3A

Black with #965F3A

Text Example


Text Example

White with #965F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,58); }

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

background-color css

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

 a { background-color: rgb(150,95,58); }

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

border-color css

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

 span { border-color: rgb(150,95,58); }

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