Html Css Color HEX #6B2713 Pueblo

📋 copy color: '#6B2713'

red 107 ◦ green 39 ◦ blue 19

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

Shades of Pueblo #6B2713

Tints of Pueblo #6B2713

RGB

 RED value IS 107 (42.19% from 255) = 64.85%

 GREEN value IS 39 (15.63% from 255) = 23.64%

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

R = 64.85%
G = 23.64%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B2713 (or 0x6B2713) is known color: Pueblo. HEX triplet: 6B, 27 and 13. RGB value is (107,39,19). Sum of RGB (Red+Green+Blue) = 107+39+19=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2713 is #94D8EC. Grayscale: #393939. Windows color (decimal): -9754861 or 1255275. OLE color: 1255275.

HSL color Cylindrical-coordinate representation of color #6B2713: hue angle of 13.64º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B2713 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 39 19 -
CMYK 0 0.64 0.82 0.58
HSL 13.64º 0.7% 0.25% -
HSV(B) 13.64º 0.82% 0.42% -
XYZ 6.91 4.62 1.14 -
YUV 57.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 107 39 19 0 0.64 0.82 0.58 13.64 0.7 0.25
Hex 6B 27 13 0 40 52 3A E 46 19
Octal 153 47 23 0 100 122 72 16 106 31
Binary 1101011 100111 10011 0 1000000 1010010 111010 1110 1000110 11001

Color Harmonies of #6B2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2713

Black with #6B2713

Text Example


Text Example

White with #6B2713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,19); }

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

background-color css

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

 a { background-color: rgb(107,39,19); }

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

border-color css

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

 span { border-color: rgb(107,39,19); }

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