Html Css Color HEX #6F251C Pueblo

📋 copy color: '#6F251C'

red 111 ◦ green 37 ◦ blue 28

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

Shades of Pueblo #6F251C

Tints of Pueblo #6F251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 63.07%
G = 21.02%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F251C (or 0x6F251C) is known color: Pueblo. HEX triplet: 6F, 25 and 1C. RGB value is (111,37,28). Sum of RGB (Red+Green+Blue) = 111+37+28=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F251C is #90DAE3. Grayscale: #3A3A3A. Windows color (decimal): -9493220 or 1844591. OLE color: 1844591.

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

Color convert

RGB 111 37 28 -
CMYK 0 0.67 0.75 0.56
HSL 6.51º 0.6% 0.27% -
HSV(B) 6.51º 0.75% 0.44% -
XYZ 7.43 4.79 1.63 -
YUV 58.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 111 37 28 0 0.67 0.75 0.56 6.51 0.6 0.27
Hex 6F 25 1C 0 43 4B 38 7 3C 1B
Octal 157 45 34 0 103 113 70 7 74 33
Binary 1101111 100101 11100 0 1000011 1001011 111000 111 111100 11011

Color Harmonies of #6F251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F251C

Black with #6F251C

Text Example


Text Example

White with #6F251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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