Html Css Color HEX #964628 Tia Maria

📋 copy color: '#964628'

red 150 ◦ green 70 ◦ blue 40

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

Shades of Tia Maria #964628

Tints of Tia Maria #964628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 57.69%
G = 26.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964628 (or 0x964628) is known color: Tia Maria. HEX triplet: 96, 46 and 28. RGB value is (150,70,40). Sum of RGB (Red+Green+Blue) = 150+70+40=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #964628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964628 is #69B9D7. Grayscale: #5A5A5A. Windows color (decimal): -6928856 or 2639510. OLE color: 2639510.

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

Color convert

RGB 150 70 40 -
CMYK 0 0.53 0.73 0.41
HSL 16.36º 0.58% 0.37% -
HSV(B) 16.36º 0.73% 0.59% -
XYZ 15.15 11.02 3.34 -
YUV 90.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 150 70 40 0 0.53 0.73 0.41 16.36 0.58 0.37
Hex 96 46 28 0 35 49 29 10 3A 25
Octal 226 106 50 0 65 111 51 20 72 45
Binary 10010110 1000110 101000 0 110101 1001001 101001 10000 111010 100101

Color Harmonies of #964628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964628

Black with #964628

Text Example


Text Example

White with #964628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964628; }

 p { color: rgb(150,70,40); }

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

background-color css

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

 a { background-color: rgb(150,70,40); }

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

border-color css

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

 span { border-color: rgb(150,70,40); }

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