Html Css Color HEX #6F251A Pueblo

📋 copy color: '#6F251A'

red 111 ◦ green 37 ◦ blue 26

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

Shades of Pueblo #6F251A

Tints of Pueblo #6F251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 63.79%
G = 21.26%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F251A (or 0x6F251A) is known color: Pueblo. HEX triplet: 6F, 25 and 1A. RGB value is (111,37,26). Sum of RGB (Red+Green+Blue) = 111+37+26=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F251A is #90DAE5. Grayscale: #393939. Windows color (decimal): -9493222 or 1713519. OLE color: 1713519.

HSL color Cylindrical-coordinate representation of color #6F251A: hue angle of 7.76º degrees, saturation: 0.62, 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 #6F251A is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 26 -
CMYK 0 0.67 0.77 0.56
HSL 7.76º 0.62% 0.27% -
HSV(B) 7.76º 0.77% 0.44% -
XYZ 7.4 4.78 1.51 -
YUV 57.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 111 37 26 0 0.67 0.77 0.56 7.76 0.62 0.27
Hex 6F 25 1A 0 43 4D 38 8 3E 1B
Octal 157 45 32 0 103 115 70 10 76 33
Binary 1101111 100101 11010 0 1000011 1001101 111000 1000 111110 11011

Color Harmonies of #6F251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F251A

Black with #6F251A

Text Example


Text Example

White with #6F251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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