Html Css Color HEX #6B2923 Auburn

📋 copy color: '#6B2923'

red 107 ◦ green 41 ◦ blue 35

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

Shades of Auburn #6B2923

Tints of Auburn #6B2923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 58.47%
G = 22.4%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B2923 (or 0x6B2923) is known color: Auburn. HEX triplet: 6B, 29 and 23. RGB value is (107,41,35). Sum of RGB (Red+Green+Blue) = 107+41+35=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2923 is #94D6DC. Grayscale: #3C3C3C. Windows color (decimal): -9754333 or 2304363. OLE color: 2304363.

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

Color convert

RGB 107 41 35 -
CMYK 0 0.62 0.67 0.58
HSL 0.51% 0.28% -
HSV(B) 0.67% 0.42% -
XYZ 7.16 4.83 2.15 -
YUV 60.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 107 41 35 0 0.62 0.67 0.58 5 0.51 0.28
Hex 6B 29 23 0 3E 43 3A 5 33 1C
Octal 153 51 43 0 76 103 72 5 63 34
Binary 1101011 101001 100011 0 111110 1000011 111010 101 110011 11100

Color Harmonies of #6B2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2923

Black with #6B2923

Text Example


Text Example

White with #6B2923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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