Html Css Color HEX #451206 Seal Brown

📋 copy color: '#451206'

red 69 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #451206

Tints of Seal Brown #451206

RGB

 RED value IS 69 (27.34% from 255) = 74.19%

 GREEN value IS 18 (7.42% from 255) = 19.35%

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

R = 74.19%
G = 19.35%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#451206 (or 0x451206) is known color: Seal Brown. HEX triplet: 45, 12 and 06. RGB value is (69,18,6). Sum of RGB (Red+Green+Blue) = 69+18+6=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #451206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451206 is #BAEDF9. Grayscale: #1F1F1F. Windows color (decimal): -12250618 or 397893. OLE color: 397893.

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

Color convert

RGB 69 18 6 -
CMYK 0 0.74 0.91 0.73
HSL 11.43º 0.84% 0.15% -
HSV(B) 11.43º 0.91% 0.27% -
XYZ 2.7 1.71 0.36 -
YUV 31.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 69 18 6 0 0.74 0.91 0.73 11.43 0.84 0.15
Hex 45 12 6 0 4A 5B 49 B 54 F
Octal 105 22 6 0 112 133 111 13 124 17
Binary 1000101 10010 110 0 1001010 1011011 1001001 1011 1010100 1111

Color Harmonies of #451206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451206

Black with #451206

Text Example


Text Example

White with #451206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451206; }

 p { color: rgb(69,18,6); }

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

background-color css

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

 a { background-color: rgb(69,18,6); }

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

border-color css

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

 span { border-color: rgb(69,18,6); }

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