Html Css Color HEX #063632 Cyprus

📋 copy color: '#063632'

red 6 ◦ green 54 ◦ blue 50

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

Shades of Cyprus #063632

Tints of Cyprus #063632

RGB

 RED value IS 6 (2.73% from 255) = 5.45%

 GREEN value IS 54 (21.48% from 255) = 49.09%

 BLUE value IS 50 (19.92% from 255) = 45.45%

R = 5.45%
G = 49.09%
B = 45.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#063632 (or 0x063632) is known color: Cyprus. HEX triplet: 06, 36 and 32. RGB value is (6,54,50). Sum of RGB (Red+Green+Blue) = 6+54+50=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #063632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063632 is #F9C9CD. Grayscale: #272727. Windows color (decimal): -16370126 or 3290630. OLE color: 3290630.

HSL color Cylindrical-coordinate representation of color #063632: hue angle of 175º 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 #063632 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 54 50 -
CMYK 0.89 0 0.07 0.79
HSL 175º 0.8% 0.12% -
HSV(B) 175º 0.89% 0.21% -
XYZ 1.97 2.91 3.47 -
YUV 39.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 6 54 50 0.89 0 0.07 0.79 175 0.8 0.12
Hex 6 36 32 59 0 7 4F AF 50 C
Octal 6 66 62 131 0 7 117 257 120 14
Binary 110 110110 110010 1011001 0 111 1001111 10101111 1010000 1100

Color Harmonies of #063632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063632

Black with #063632

Text Example


Text Example

White with #063632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063632; }

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

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

background-color css

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

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

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

border-color css

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

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

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