Html Css Color HEX #6D251E Pueblo

📋 copy color: '#6D251E'

red 109 ◦ green 37 ◦ blue 30

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

Shades of Pueblo #6D251E

Tints of Pueblo #6D251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.05%

R = 61.93%
G = 21.02%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D251E (or 0x6D251E) is known color: Pueblo. HEX triplet: 6D, 25 and 1E. RGB value is (109,37,30). Sum of RGB (Red+Green+Blue) = 109+37+30=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D251E is #92DAE1. Grayscale: #393939. Windows color (decimal): -9624290 or 1975661. OLE color: 1975661.

HSL color Cylindrical-coordinate representation of color #6D251E: hue angle of 5.32º degrees, saturation: 0.57, 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 #6D251E is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 30 -
CMYK 0 0.66 0.72 0.57
HSL 5.32º 0.57% 0.27% -
HSV(B) 5.32º 0.72% 0.43% -
XYZ 7.2 4.67 1.75 -
YUV 57.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 109 37 30 0 0.66 0.72 0.57 5.32 0.57 0.27
Hex 6D 25 1E 0 42 48 39 5 39 1B
Octal 155 45 36 0 102 110 71 5 71 33
Binary 1101101 100101 11110 0 1000010 1001000 111001 101 111001 11011

Color Harmonies of #6D251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D251E

Black with #6D251E

Text Example


Text Example

White with #6D251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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