Html Css Color HEX #6F2815 Pueblo

📋 copy color: '#6F2815'

red 111 ◦ green 40 ◦ blue 21

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

Shades of Pueblo #6F2815

Tints of Pueblo #6F2815

RGB

 RED value IS 111 (43.75% from 255) = 64.53%

 GREEN value IS 40 (16.02% from 255) = 23.26%

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 64.53%
G = 23.26%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F2815 (or 0x6F2815) is known color: Pueblo. HEX triplet: 6F, 28 and 15. RGB value is (111,40,21). Sum of RGB (Red+Green+Blue) = 111+40+21=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2815 is #90D7EA. Grayscale: #3B3B3B. Windows color (decimal): -9492459 or 1386607. OLE color: 1386607.

HSL color Cylindrical-coordinate representation of color #6F2815: hue angle of 12.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F2815 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 21 -
CMYK 0 0.64 0.81 0.56
HSL 12.67º 0.68% 0.26% -
HSV(B) 12.67º 0.81% 0.44% -
XYZ 7.45 4.95 1.27 -
YUV 59.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 111 40 21 0 0.64 0.81 0.56 12.67 0.68 0.26
Hex 6F 28 15 0 40 51 38 D 44 1A
Octal 157 50 25 0 100 121 70 15 104 32
Binary 1101111 101000 10101 0 1000000 1010001 111000 1101 1000100 11010

Color Harmonies of #6F2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2815

Black with #6F2815

Text Example


Text Example

White with #6F2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F2815; }

 p { color: rgb(111,40,21); }

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

background-color css

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

 a { background-color: rgb(111,40,21); }

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

border-color css

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

 span { border-color: rgb(111,40,21); }

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