Html Css Color HEX #6D281F Pueblo

📋 copy color: '#6D281F'

red 109 ◦ green 40 ◦ blue 31

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

Shades of Pueblo #6D281F

Tints of Pueblo #6D281F

RGB

 RED value IS 109 (42.97% from 255) = 60.56%

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

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 60.56%
G = 22.22%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D281F (or 0x6D281F) is known color: Pueblo. HEX triplet: 6D, 28 and 1F. RGB value is (109,40,31). Sum of RGB (Red+Green+Blue) = 109+40+31=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D281F is #92D7E0. Grayscale: #3B3B3B. Windows color (decimal): -9623521 or 2041965. OLE color: 2041965.

HSL color Cylindrical-coordinate representation of color #6D281F: hue angle of 6.92º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D281F is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 40 31 -
CMYK 0 0.63 0.72 0.57
HSL 6.92º 0.56% 0.27% -
HSV(B) 6.92º 0.72% 0.43% -
XYZ 7.31 4.87 1.85 -
YUV 59.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 109 40 31 0 0.63 0.72 0.57 6.92 0.56 0.27
Hex 6D 28 1F 0 3F 48 39 7 38 1B
Octal 155 50 37 0 77 110 71 7 70 33
Binary 1101101 101000 11111 0 111111 1001000 111001 111 111000 11011

Color Harmonies of #6D281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D281F

Black with #6D281F

Text Example


Text Example

White with #6D281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,31); }

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

background-color css

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

 a { background-color: rgb(109,40,31); }

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

border-color css

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

 span { border-color: rgb(109,40,31); }

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