Html Css Color HEX #6B2B26 Auburn

📋 copy color: '#6B2B26'

red 107 ◦ green 43 ◦ blue 38

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

Shades of Auburn #6B2B26

Tints of Auburn #6B2B26

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

 BLUE value IS 38 (15.23% from 255) = 20.21%

R = 56.91%
G = 22.87%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B2B26 (or 0x6B2B26) is known color: Auburn. HEX triplet: 6B, 2B and 26. RGB value is (107,43,38). Sum of RGB (Red+Green+Blue) = 107+43+38=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B26 is #94D4D9. Grayscale: #3D3D3D. Windows color (decimal): -9753818 or 2501483. OLE color: 2501483.

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

Color convert

RGB 107 43 38 -
CMYK 0 0.60 0.64 0.58
HSL 4.35º 0.48% 0.28% -
HSV(B) 4.35º 0.64% 0.42% -
XYZ 7.28 4.99 2.41 -
YUV 61.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 107 43 38 0 0.60 0.64 0.58 4.35 0.48 0.28
Hex 6B 2B 26 0 3C 40 3A 4 30 1C
Octal 153 53 46 0 74 100 72 4 60 34
Binary 1101011 101011 100110 0 111100 1000000 111010 100 110000 11100

Color Harmonies of #6B2B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2B26

Black with #6B2B26

Text Example


Text Example

White with #6B2B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,43,38); }

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

background-color css

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

 a { background-color: rgb(107,43,38); }

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

border-color css

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

 span { border-color: rgb(107,43,38); }

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