Html Css Color HEX #06272A Swamp

📋 copy color: '#06272A'

red 6 ◦ green 39 ◦ blue 42

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

Shades of Swamp #06272A

Tints of Swamp #06272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 44.83%

 BLUE value IS 42 (16.8% from 255) = 48.28%

R = 6.9%
G = 44.83%
B = 48.28%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#06272A (or 0x06272A) is known color: Swamp. HEX triplet: 06, 27 and 2A. RGB value is (6,39,42). Sum of RGB (Red+Green+Blue) = 6+39+42=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 42 (16.80% from 255 or 48.28% from 87); Max value from RGB is 42 - color contains mainly: blue. Hex color #06272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06272A is #F9D8D5. Grayscale: #1D1D1D. Windows color (decimal): -16373974 or 2762502. OLE color: 2762502.

HSL color Cylindrical-coordinate representation of color #06272A: hue angle of 185º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06272A is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 39 42 -
CMYK 0.86 0.07 0 0.84
HSL 185º 0.75% 0.09% -
HSV(B) 185º 0.86% 0.16% -
XYZ 1.22 1.66 2.45 -
YUV 29.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 6 39 42 0.86 0.07 0 0.84 185 0.75 0.09
Hex 6 27 2A 56 7 0 54 B9 4B 9
Octal 6 47 52 126 7 0 124 271 113 11
Binary 110 100111 101010 1010110 111 0 1010100 10111001 1001011 1001

Color Harmonies of #06272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06272A

Black with #06272A

Text Example


Text Example

White with #06272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06272A; }

 p { color: rgb(6,39,42); }

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

background-color css

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

 a { background-color: rgb(6,39,42); }

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

border-color css

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

 span { border-color: rgb(6,39,42); }

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