Html Css Color HEX #271006 Seal Brown

📋 copy color: '#271006'

red 39 ◦ green 16 ◦ blue 6

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

Shades of Seal Brown #271006

Tints of Seal Brown #271006

RGB

 RED value IS 39 (15.63% from 255) = 63.93%

 GREEN value IS 16 (6.64% from 255) = 26.23%

 BLUE value IS 6 (2.73% from 255) = 9.84%

R = 63.93%
G = 26.23%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.85

RGB Variations

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

Color information

#271006 (or 0x271006) is known color: Seal Brown. HEX triplet: 27, 10 and 06. RGB value is (39,16,6). Sum of RGB (Red+Green+Blue) = 39+16+6=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #271006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271006 is #D8EFF9. Grayscale: #151515. Windows color (decimal): -14217210 or 397351. OLE color: 397351.

HSL color Cylindrical-coordinate representation of color #271006: hue angle of 18.18º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271006 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 16 6 -
CMYK 0 0.59 0.85 0.85
HSL 18.18º 0.73% 0.09% -
HSV(B) 18.18º 0.85% 0.15% -
XYZ 1.05 0.82 0.27 -
YUV 21.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 39 16 6 0 0.59 0.85 0.85 18.18 0.73 0.09
Hex 27 10 6 0 3B 55 55 12 49 9
Octal 47 20 6 0 73 125 125 22 111 11
Binary 100111 10000 110 0 111011 1010101 1010101 10010 1001001 1001

Color Harmonies of #271006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271006

Black with #271006

Text Example


Text Example

White with #271006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271006; }

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

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

background-color css

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

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

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

border-color css

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

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

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