Html Css Color HEX #6D251B Pueblo

📋 copy color: '#6D251B'

red 109 ◦ green 37 ◦ blue 27

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

Shades of Pueblo #6D251B

Tints of Pueblo #6D251B

RGB

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

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

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

R = 63.01%
G = 21.39%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D251B (or 0x6D251B) is known color: Pueblo. HEX triplet: 6D, 25 and 1B. RGB value is (109,37,27). Sum of RGB (Red+Green+Blue) = 109+37+27=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D251B is #92DAE4. Grayscale: #393939. Windows color (decimal): -9624293 or 1779053. OLE color: 1779053.

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

Color convert

RGB 109 37 27 -
CMYK 0 0.66 0.75 0.57
HSL 7.32º 0.6% 0.27% -
HSV(B) 7.32º 0.75% 0.43% -
XYZ 7.17 4.65 1.56 -
YUV 57.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 109 37 27 0 0.66 0.75 0.57 7.32 0.6 0.27
Hex 6D 25 1B 0 42 4B 39 7 3C 1B
Octal 155 45 33 0 102 113 71 7 74 33
Binary 1101101 100101 11011 0 1000010 1001011 111001 111 111100 11011

Color Harmonies of #6D251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D251B

Black with #6D251B

Text Example


Text Example

White with #6D251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,27); }

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

background-color css

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

 a { background-color: rgb(109,37,27); }

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

border-color css

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

 span { border-color: rgb(109,37,27); }

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