Html Css Color HEX #6F241A Pueblo

📋 copy color: '#6F241A'

red 111 ◦ green 36 ◦ blue 26

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

Shades of Pueblo #6F241A

Tints of Pueblo #6F241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 64.16%
G = 20.81%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F241A (or 0x6F241A) is known color: Pueblo. HEX triplet: 6F, 24 and 1A. RGB value is (111,36,26). Sum of RGB (Red+Green+Blue) = 111+36+26=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F241A is #90DBE5. Grayscale: #393939. Windows color (decimal): -9493478 or 1713263. OLE color: 1713263.

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

Color convert

RGB 111 36 26 -
CMYK 0 0.68 0.77 0.56
HSL 7.06º 0.62% 0.27% -
HSV(B) 7.06º 0.77% 0.44% -
XYZ 7.37 4.72 1.5 -
YUV 57.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 111 36 26 0 0.68 0.77 0.56 7.06 0.62 0.27
Hex 6F 24 1A 0 44 4D 38 7 3E 1B
Octal 157 44 32 0 104 115 70 7 76 33
Binary 1101111 100100 11010 0 1000100 1001101 111000 111 111110 11011

Color Harmonies of #6F241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F241A

Black with #6F241A

Text Example


Text Example

White with #6F241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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