Html Css Color HEX #240E06 Seal Brown

📋 copy color: '#240E06'

red 36 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #240E06

Tints of Seal Brown #240E06

RGB

 RED value IS 36 (14.45% from 255) = 64.29%

 GREEN value IS 14 (5.86% from 255) = 25%

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

R = 64.29%
G = 25%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#240E06 (or 0x240E06) is known color: Seal Brown. HEX triplet: 24, 0E and 06. RGB value is (36,14,6). Sum of RGB (Red+Green+Blue) = 36+14+6=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E06 is #DBF1F9. Grayscale: #131313. Windows color (decimal): -14414330 or 396836. OLE color: 396836.

HSL color Cylindrical-coordinate representation of color #240E06: hue angle of 16º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240E06 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 14 6 -
CMYK 0 0.61 0.83 0.86
HSL 16º 0.71% 0.08% -
HSV(B) 16º 0.83% 0.14% -
XYZ 0.92 0.7 0.26 -
YUV 19.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 36 14 6 0 0.61 0.83 0.86 16 0.71 0.08
Hex 24 E 6 0 3D 53 56 10 47 8
Octal 44 16 6 0 75 123 126 20 107 10
Binary 100100 1110 110 0 111101 1010011 1010110 10000 1000111 1000

Color Harmonies of #240E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E06

Black with #240E06

Text Example


Text Example

White with #240E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E06; }

 p { color: rgb(36,14,6); }

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

background-color css

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

 a { background-color: rgb(36,14,6); }

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

border-color css

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

 span { border-color: rgb(36,14,6); }

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