Html Css Color HEX #6F251B Pueblo

📋 copy color: '#6F251B'

red 111 ◦ green 37 ◦ blue 27

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

Shades of Pueblo #6F251B

Tints of Pueblo #6F251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 63.43%
G = 21.14%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F251B (or 0x6F251B) is known color: Pueblo. HEX triplet: 6F, 25 and 1B. RGB value is (111,37,27). Sum of RGB (Red+Green+Blue) = 111+37+27=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F251B is #90DAE4. Grayscale: #3A3A3A. Windows color (decimal): -9493221 or 1779055. OLE color: 1779055.

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

Color convert

RGB 111 37 27 -
CMYK 0 0.67 0.76 0.56
HSL 7.14º 0.61% 0.27% -
HSV(B) 7.14º 0.76% 0.44% -
XYZ 7.41 4.78 1.57 -
YUV 57.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 111 37 27 0 0.67 0.76 0.56 7.14 0.61 0.27
Hex 6F 25 1B 0 43 4C 38 7 3D 1B
Octal 157 45 33 0 103 114 70 7 75 33
Binary 1101111 100101 11011 0 1000011 1001100 111000 111 111101 11011

Color Harmonies of #6F251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F251B

Black with #6F251B

Text Example


Text Example

White with #6F251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,27); }

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

background-color css

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

 a { background-color: rgb(111,37,27); }

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

border-color css

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

 span { border-color: rgb(111,37,27); }

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