Html Css Color HEX #6F2619 Pueblo

📋 copy color: '#6F2619'

red 111 ◦ green 38 ◦ blue 25

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

Shades of Pueblo #6F2619

Tints of Pueblo #6F2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 63.79%
G = 21.84%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F2619 (or 0x6F2619) is known color: Pueblo. HEX triplet: 6F, 26 and 19. RGB value is (111,38,25). Sum of RGB (Red+Green+Blue) = 111+38+25=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2619 is #90D9E6. Grayscale: #3A3A3A. Windows color (decimal): -9492967 or 1648239. OLE color: 1648239.

HSL color Cylindrical-coordinate representation of color #6F2619: hue angle of 9.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2619 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 38 25 -
CMYK 0 0.66 0.77 0.56
HSL 9.07º 0.63% 0.27% -
HSV(B) 9.07º 0.77% 0.44% -
XYZ 7.42 4.84 1.46 -
YUV 58.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 111 38 25 0 0.66 0.77 0.56 9.07 0.63 0.27
Hex 6F 26 19 0 42 4D 38 9 3F 1B
Octal 157 46 31 0 102 115 70 11 77 33
Binary 1101111 100110 11001 0 1000010 1001101 111000 1001 111111 11011

Color Harmonies of #6F2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2619

Black with #6F2619

Text Example


Text Example

White with #6F2619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,25); }

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

background-color css

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

 a { background-color: rgb(111,38,25); }

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

border-color css

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

 span { border-color: rgb(111,38,25); }

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