Html Css Color HEX #260F06 Seal Brown

📋 copy color: '#260F06'

red 38 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #260F06

Tints of Seal Brown #260F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.42%

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

R = 64.41%
G = 25.42%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#260F06 (or 0x260F06) is known color: Seal Brown. HEX triplet: 26, 0F and 06. RGB value is (38,15,6). Sum of RGB (Red+Green+Blue) = 38+15+6=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F06 is #D9F0F9. Grayscale: #141414. Windows color (decimal): -14283002 or 397094. OLE color: 397094.

HSL color Cylindrical-coordinate representation of color #260F06: hue angle of 16.88º 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 #260F06 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 15 6 -
CMYK 0 0.61 0.84 0.85
HSL 16.88º 0.73% 0.09% -
HSV(B) 16.88º 0.84% 0.15% -
XYZ 1 0.77 0.27 -
YUV 20.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 38 15 6 0 0.61 0.84 0.85 16.88 0.73 0.09
Hex 26 F 6 0 3D 54 55 11 49 9
Octal 46 17 6 0 75 124 125 21 111 11
Binary 100110 1111 110 0 111101 1010100 1010101 10001 1001001 1001

Color Harmonies of #260F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F06

Black with #260F06

Text Example


Text Example

White with #260F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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