Html Css Color HEX #260E06 Seal Brown

📋 copy color: '#260E06'

red 38 ◦ green 14 ◦ blue 6

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

Shades of Seal Brown #260E06

Tints of Seal Brown #260E06

RGB

 RED value IS 38 (15.23% from 255) = 65.52%

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

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

R = 65.52%
G = 24.14%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#260E06 (or 0x260E06) is known color: Seal Brown. HEX triplet: 26, 0E and 06. RGB value is (38,14,6). Sum of RGB (Red+Green+Blue) = 38+14+6=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260E06 is #D9F1F9. Grayscale: #141414. Windows color (decimal): -14283258 or 396838. OLE color: 396838.

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

Color convert

RGB 38 14 6 -
CMYK 0 0.63 0.84 0.85
HSL 15º 0.73% 0.09% -
HSV(B) 15º 0.84% 0.15% -
XYZ 0.99 0.74 0.26 -
YUV 20.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 38 14 6 0 0.63 0.84 0.85 15 0.73 0.09
Hex 26 E 6 0 3F 54 55 F 49 9
Octal 46 16 6 0 77 124 125 17 111 11
Binary 100110 1110 110 0 111111 1010100 1010101 1111 1001001 1001

Color Harmonies of #260E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260E06

Black with #260E06

Text Example


Text Example

White with #260E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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