#063432

Color #063432 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #063432

Tints of Cyprus #063432

Color information

#063432 (or 0x063432) is unknown color: approx Cyprus. HEX triplet: 06, 34 and 32. RGB value is (6,52,50). Sum of RGB (Red+Green+Blue) = 6+52+50=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #063432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063432 is #F9CBCD. Grayscale: #252525. Windows color (decimal): -16370638 or 3290118. OLE color: 3290118.

HSL color Cylindrical-coordinate representation of color #063432: hue angle of 177.39º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063432 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB65250-
CMYK0.8800.040.80
HSL177.39º79.31%11.37%-
HSV(B)177.39º88.46%20.39%-
XYZ1.882.723.44-
YUV38.02134.76105.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=5.56%
G=48.15%
B=46.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652500.8800.040.80177.3979.3111.37
Hex63432580450b14fb
Octal664621300412026111713
Binary1101101001100101011000010010100001011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063432; }

 p { color: rgb(6,52,50); }

 H1.HeaderClassName
 {
   color: #063432;
 }
 .AnyTagClassName
 {
   color: #063432;
 }
</style>
background-color css

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

 a { background-color: rgb(6,52,50); }

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

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

 span { border-color: rgb(6,52,50); }

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