Html Css Color HEX #965421 Hawaiian Tan

📋 copy color: '#965421'

red 150 ◦ green 84 ◦ blue 33

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

Shades of Hawaiian Tan #965421

Tints of Hawaiian Tan #965421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 56.18%
G = 31.46%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#965421 (or 0x965421) is known color: Hawaiian Tan. HEX triplet: 96, 54 and 21. RGB value is (150,84,33). Sum of RGB (Red+Green+Blue) = 150+84+33=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #965421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965421 is #69ABDE. Grayscale: #626262. Windows color (decimal): -6925279 or 2184342. OLE color: 2184342.

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

Color convert

RGB 150 84 33 -
CMYK 0 0.44 0.78 0.41
HSL 26.15º 0.64% 0.36% -
HSV(B) 26.15º 0.78% 0.59% -
XYZ 16.02 12.93 3.09 -
YUV 97.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 150 84 33 0 0.44 0.78 0.41 26.15 0.64 0.36
Hex 96 54 21 0 2C 4E 29 1A 40 24
Octal 226 124 41 0 54 116 51 32 100 44
Binary 10010110 1010100 100001 0 101100 1001110 101001 11010 1000000 100100

Color Harmonies of #965421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965421

Black with #965421

Text Example


Text Example

White with #965421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965421; }

 p { color: rgb(150,84,33); }

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

background-color css

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

 a { background-color: rgb(150,84,33); }

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

border-color css

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

 span { border-color: rgb(150,84,33); }

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