Html Css Color HEX #965529 Hawaiian Tan

📋 copy color: '#965529'

red 150 ◦ green 85 ◦ blue 41

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

Shades of Hawaiian Tan #965529

Tints of Hawaiian Tan #965529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 54.35%
G = 30.8%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#965529 (or 0x965529) is known color: Hawaiian Tan. HEX triplet: 96, 55 and 29. RGB value is (150,85,41). Sum of RGB (Red+Green+Blue) = 150+85+41=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #965529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965529 is #69AAD6. Grayscale: #636363. Windows color (decimal): -6925015 or 2708886. OLE color: 2708886.

HSL color Cylindrical-coordinate representation of color #965529: hue angle of 24.22º degrees, saturation: 0.57, 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 #965529 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 41 -
CMYK 0 0.43 0.73 0.41
HSL 24.22º 0.57% 0.37% -
HSV(B) 24.22º 0.73% 0.59% -
XYZ 16.23 13.14 3.78 -
YUV 99.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 150 85 41 0 0.43 0.73 0.41 24.22 0.57 0.37
Hex 96 55 29 0 2B 49 29 18 39 25
Octal 226 125 51 0 53 111 51 30 71 45
Binary 10010110 1010101 101001 0 101011 1001001 101001 11000 111001 100101

Color Harmonies of #965529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965529

Black with #965529

Text Example


Text Example

White with #965529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965529; }

 p { color: rgb(150,85,41); }

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

background-color css

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

 a { background-color: rgb(150,85,41); }

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

border-color css

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

 span { border-color: rgb(150,85,41); }

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