Html Css Color HEX #965045 El Salva

📋 copy color: '#965045'

red 150 ◦ green 80 ◦ blue 69

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

Shades of El Salva #965045

Tints of El Salva #965045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 50.17%
G = 26.76%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#965045 (or 0x965045) is known color: El Salva. HEX triplet: 96, 50 and 45. RGB value is (150,80,69). Sum of RGB (Red+Green+Blue) = 150+80+69=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965045 is #69AFBA. Grayscale: #636363. Windows color (decimal): -6926267 or 4542614. OLE color: 4542614.

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

Color convert

RGB 150 80 69 -
CMYK 0 0.47 0.54 0.41
HSL 8.15º 0.37% 0.43% -
HSV(B) 8.15º 0.54% 0.59% -
XYZ 16.52 12.65 7.2 -
YUV 99.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 150 80 69 0 0.47 0.54 0.41 8.15 0.37 0.43
Hex 96 50 45 0 2F 36 29 8 25 2B
Octal 226 120 105 0 57 66 51 10 45 53
Binary 10010110 1010000 1000101 0 101111 110110 101001 1000 100101 101011

Color Harmonies of #965045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965045

Black with #965045

Text Example


Text Example

White with #965045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965045; }

 p { color: rgb(150,80,69); }

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

background-color css

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

 a { background-color: rgb(150,80,69); }

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

border-color css

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

 span { border-color: rgb(150,80,69); }

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