#063634

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

Shades of Cyprus #063634

Tints of Cyprus #063634

Color information

#063634 (or 0x063634) is unknown color: approx Cyprus. HEX triplet: 06, 36 and 34. RGB value is (6,54,52). Sum of RGB (Red+Green+Blue) = 6+54+52=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #063634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063634 is #F9C9CB. Grayscale: #272727. Windows color (decimal): -16370124 or 3421702. OLE color: 3421702.

HSL color Cylindrical-coordinate representation of color #063634: hue angle of 177.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063634 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB65452-
CMYK0.8900.040.79
HSL177.5º80%11.76%-
HSV(B)177.5º88.89%21.18%-
XYZ2.012.923.71-
YUV39.42135.1104.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 54 (21.48% from 255) = 48.21%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=5.36%
G=48.21%
B=46.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654520.8900.040.79177.58011.76
Hex6363459044Fb250c
Octal666641310411726212014
Binary1101101101101001011001010010011111011001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063634; }

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

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

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

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

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

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

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

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