Html Css Color HEX #460605 Seal Brown

📋 copy color: '#460605'

red 70 ◦ green 6 ◦ blue 5

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

Shades of Seal Brown #460605

Tints of Seal Brown #460605

RGB

 RED value IS 70 (27.73% from 255) = 86.42%

 GREEN value IS 6 (2.73% from 255) = 7.41%

 BLUE value IS 5 (2.34% from 255) = 6.17%

R = 86.42%
G = 7.41%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#460605 (or 0x460605) is known color: Seal Brown. HEX triplet: 46, 06 and 05. RGB value is (70,6,5). Sum of RGB (Red+Green+Blue) = 70+6+5=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460605 is #B9F9FA. Grayscale: #191919. Windows color (decimal): -12188155 or 329286. OLE color: 329286.

HSL color Cylindrical-coordinate representation of color #460605: hue angle of 0.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460605 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 6 5 -
CMYK 0 0.91 0.93 0.73
HSL 0.92º 0.87% 0.15% -
HSV(B) 0.92º 0.93% 0.27% -
XYZ 2.62 1.44 0.28 -
YUV 25.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 70 6 5 0 0.91 0.93 0.73 0.92 0.87 0.15
Hex 46 6 5 0 5B 5D 49 1 57 F
Octal 106 6 5 0 133 135 111 1 127 17
Binary 1000110 110 101 0 1011011 1011101 1001001 1 1010111 1111

Color Harmonies of #460605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460605

Black with #460605

Text Example


Text Example

White with #460605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460605; }

 p { color: rgb(70,6,5); }

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

background-color css

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

 a { background-color: rgb(70,6,5); }

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

border-color css

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

 span { border-color: rgb(70,6,5); }

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