Html Css Color HEX #6D250F Pueblo

📋 copy color: '#6D250F'

red 109 ◦ green 37 ◦ blue 15

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

Shades of Pueblo #6D250F

Tints of Pueblo #6D250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 67.7%
G = 22.98%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D250F (or 0x6D250F) is known color: Pueblo. HEX triplet: 6D, 25 and 0F. RGB value is (109,37,15). Sum of RGB (Red+Green+Blue) = 109+37+15=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D250F is #92DAF0. Grayscale: #383838. Windows color (decimal): -9624305 or 992621. OLE color: 992621.

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

Color convert

RGB 109 37 15 -
CMYK 0 0.66 0.86 0.57
HSL 14.04º 0.76% 0.24% -
HSV(B) 14.04º 0.86% 0.43% -
XYZ 7.05 4.61 0.97 -
YUV 56.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 109 37 15 0 0.66 0.86 0.57 14.04 0.76 0.24
Hex 6D 25 F 0 42 56 39 E 4C 18
Octal 155 45 17 0 102 126 71 16 114 30
Binary 1101101 100101 1111 0 1000010 1010110 111001 1110 1001100 11000

Color Harmonies of #6D250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D250F

Black with #6D250F

Text Example


Text Example

White with #6D250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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