Html Css Color HEX #063634 Cyprus

📋 copy color: '#063634'

red 6 ◦ green 54 ◦ blue 52

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

Shades of Cyprus #063634

Tints of Cyprus #063634

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.7% from 255) = 46.43%

R = 5.36%
G = 48.21%
B = 46.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#063634 (or 0x063634) is known color: 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

RGB 6 54 52 -
CMYK 0.89 0 0.04 0.79
HSL 177.5º 0.8% 0.12% -
HSV(B) 177.5º 0.89% 0.21% -
XYZ 2.01 2.92 3.71 -
YUV 39.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 6 54 52 0.89 0 0.04 0.79 177.5 0.8 0.12
Hex 6 36 34 59 0 4 4F B2 50 C
Octal 6 66 64 131 0 4 117 262 120 14
Binary 110 110110 110100 1011001 0 100 1001111 10110010 1010000 1100

Color Harmonies of #063634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063634

Black with #063634

Text Example


Text Example

White with #063634

Text Example


Text Example

HTML Codes & Css Web 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>