Html Css Color HEX #964426 Tia Maria

📋 copy color: '#964426'

red 150 ◦ green 68 ◦ blue 38

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

Shades of Tia Maria #964426

Tints of Tia Maria #964426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 58.59%
G = 26.56%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#964426 (or 0x964426) is known color: Tia Maria. HEX triplet: 96, 44 and 26. RGB value is (150,68,38). Sum of RGB (Red+Green+Blue) = 150+68+38=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #964426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964426 is #69BBD9. Grayscale: #595959. Windows color (decimal): -6929370 or 2507926. OLE color: 2507926.

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

Color convert

RGB 150 68 38 -
CMYK 0 0.55 0.75 0.41
HSL 16.07º 0.6% 0.37% -
HSV(B) 16.07º 0.75% 0.59% -
XYZ 14.99 10.76 3.12 -
YUV 89.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 150 68 38 0 0.55 0.75 0.41 16.07 0.6 0.37
Hex 96 44 26 0 37 4B 29 10 3C 25
Octal 226 104 46 0 67 113 51 20 74 45
Binary 10010110 1000100 100110 0 110111 1001011 101001 10000 111100 100101

Color Harmonies of #964426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964426

Black with #964426

Text Example


Text Example

White with #964426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964426; }

 p { color: rgb(150,68,38); }

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

background-color css

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

 a { background-color: rgb(150,68,38); }

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

border-color css

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

 span { border-color: rgb(150,68,38); }

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