Html Css Color HEX #6F2423 Auburn

📋 copy color: '#6F2423'

red 111 ◦ green 36 ◦ blue 35

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

Shades of Auburn #6F2423

Tints of Auburn #6F2423

RGB

 RED value IS 111 (43.75% from 255) = 60.99%

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 60.99%
G = 19.78%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F2423 (or 0x6F2423) is known color: Auburn. HEX triplet: 6F, 24 and 23. RGB value is (111,36,35). Sum of RGB (Red+Green+Blue) = 111+36+35=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2423 is #90DBDC. Grayscale: #3A3A3A. Windows color (decimal): -9493469 or 2303087. OLE color: 2303087.

HSL color Cylindrical-coordinate representation of color #6F2423: hue angle of 0.79º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2423 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 36 35 -
CMYK 0 0.68 0.68 0.56
HSL 0.79º 0.52% 0.29% -
HSV(B) 0.79º 0.68% 0.44% -
XYZ 7.49 4.76 2.11 -
YUV 58.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 111 36 35 0 0.68 0.68 0.56 0.79 0.52 0.29
Hex 6F 24 23 0 44 44 38 1 34 1D
Octal 157 44 43 0 104 104 70 1 64 35
Binary 1101111 100100 100011 0 1000100 1000100 111000 1 110100 11101

Color Harmonies of #6F2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2423

Black with #6F2423

Text Example


Text Example

White with #6F2423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,35); }

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

background-color css

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

 a { background-color: rgb(111,36,35); }

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

border-color css

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

 span { border-color: rgb(111,36,35); }

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