Html Css Color HEX #6D2413 Pueblo

📋 copy color: '#6D2413'

red 109 ◦ green 36 ◦ blue 19

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

Shades of Pueblo #6D2413

Tints of Pueblo #6D2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

 BLUE value IS 19 (7.81% from 255) = 11.59%

R = 66.46%
G = 21.95%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D2413 (or 0x6D2413) is known color: Pueblo. HEX triplet: 6D, 24 and 13. RGB value is (109,36,19). Sum of RGB (Red+Green+Blue) = 109+36+19=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2413 is #92DBEC. Grayscale: #383838. Windows color (decimal): -9624557 or 1254509. OLE color: 1254509.

HSL color Cylindrical-coordinate representation of color #6D2413: hue angle of 11.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D2413 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 36 19 -
CMYK 0 0.67 0.83 0.57
HSL 11.33º 0.7% 0.25% -
HSV(B) 11.33º 0.83% 0.43% -
XYZ 7.06 4.56 1.12 -
YUV 55.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 109 36 19 0 0.67 0.83 0.57 11.33 0.7 0.25
Hex 6D 24 13 0 43 53 39 B 46 19
Octal 155 44 23 0 103 123 71 13 106 31
Binary 1101101 100100 10011 0 1000011 1010011 111001 1011 1000110 11001

Color Harmonies of #6D2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2413

Black with #6D2413

Text Example


Text Example

White with #6D2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,36,19); }

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

background-color css

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

 a { background-color: rgb(109,36,19); }

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

border-color css

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

 span { border-color: rgb(109,36,19); }

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