Html Css Color HEX #6B2927 Auburn

📋 copy color: '#6B2927'

red 107 ◦ green 41 ◦ blue 39

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

Shades of Auburn #6B2927

Tints of Auburn #6B2927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.93%

 BLUE value IS 39 (15.63% from 255) = 20.86%

R = 57.22%
G = 21.93%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B2927 (or 0x6B2927) is known color: Auburn. HEX triplet: 6B, 29 and 27. RGB value is (107,41,39). Sum of RGB (Red+Green+Blue) = 107+41+39=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2927 is #94D6D8. Grayscale: #3C3C3C. Windows color (decimal): -9754329 or 2566507. OLE color: 2566507.

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

Color convert

RGB 107 41 39 -
CMYK 0 0.62 0.64 0.58
HSL 1.76º 0.47% 0.29% -
HSV(B) 1.76º 0.64% 0.42% -
XYZ 7.22 4.86 2.48 -
YUV 60.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 107 41 39 0 0.62 0.64 0.58 1.76 0.47 0.29
Hex 6B 29 27 0 3E 40 3A 2 2F 1D
Octal 153 51 47 0 76 100 72 2 57 35
Binary 1101011 101001 100111 0 111110 1000000 111010 10 101111 11101

Color Harmonies of #6B2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2927

Black with #6B2927

Text Example


Text Example

White with #6B2927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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