Html Css Color HEX #6D2613 Pueblo

📋 copy color: '#6D2613'

red 109 ◦ green 38 ◦ blue 19

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

Shades of Pueblo #6D2613

Tints of Pueblo #6D2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 65.66%
G = 22.89%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D2613 (or 0x6D2613) is known color: Pueblo. HEX triplet: 6D, 26 and 13. RGB value is (109,38,19). Sum of RGB (Red+Green+Blue) = 109+38+19=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2613 is #92D9EC. Grayscale: #393939. Windows color (decimal): -9624045 or 1255021. OLE color: 1255021.

HSL color Cylindrical-coordinate representation of color #6D2613: hue angle of 12.67º 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 #6D2613 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 38 19 -
CMYK 0 0.65 0.83 0.57
HSL 12.67º 0.7% 0.25% -
HSV(B) 12.67º 0.83% 0.43% -
XYZ 7.12 4.68 1.15 -
YUV 57.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 109 38 19 0 0.65 0.83 0.57 12.67 0.7 0.25
Hex 6D 26 13 0 41 53 39 D 46 19
Octal 155 46 23 0 101 123 71 15 106 31
Binary 1101101 100110 10011 0 1000001 1010011 111001 1101 1000110 11001

Color Harmonies of #6D2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2613

Black with #6D2613

Text Example


Text Example

White with #6D2613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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