Html Css Color HEX #6F281B Pueblo

📋 copy color: '#6F281B'

red 111 ◦ green 40 ◦ blue 27

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

Shades of Pueblo #6F281B

Tints of Pueblo #6F281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 62.36%
G = 22.47%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6F281B (or 0x6F281B) is known color: Pueblo. HEX triplet: 6F, 28 and 1B. RGB value is (111,40,27). Sum of RGB (Red+Green+Blue) = 111+40+27=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F281B is #90D7E4. Grayscale: #3B3B3B. Windows color (decimal): -9492453 or 1779823. OLE color: 1779823.

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

Color convert

RGB 111 40 27 -
CMYK 0 0.64 0.76 0.56
HSL 9.29º 0.61% 0.27% -
HSV(B) 9.29º 0.76% 0.44% -
XYZ 7.51 4.98 1.6 -
YUV 59.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 111 40 27 0 0.64 0.76 0.56 9.29 0.61 0.27
Hex 6F 28 1B 0 40 4C 38 9 3D 1B
Octal 157 50 33 0 100 114 70 11 75 33
Binary 1101111 101000 11011 0 1000000 1001100 111000 1001 111101 11011

Color Harmonies of #6F281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F281B

Black with #6F281B

Text Example


Text Example

White with #6F281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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