Html Css Color HEX #6F241E Auburn

📋 copy color: '#6F241E'

red 111 ◦ green 36 ◦ blue 30

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

Shades of Auburn #6F241E

Tints of Auburn #6F241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.95%

R = 62.71%
G = 20.34%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6F241E (or 0x6F241E) is known color: Auburn. HEX triplet: 6F, 24 and 1E. RGB value is (111,36,30). Sum of RGB (Red+Green+Blue) = 111+36+30=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F241E is #90DBE1. Grayscale: #393939. Windows color (decimal): -9493474 or 1975407. OLE color: 1975407.

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

Color convert

RGB 111 36 30 -
CMYK 0 0.68 0.73 0.56
HSL 4.44º 0.57% 0.28% -
HSV(B) 4.44º 0.73% 0.44% -
XYZ 7.42 4.73 1.75 -
YUV 57.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 111 36 30 0 0.68 0.73 0.56 4.44 0.57 0.28
Hex 6F 24 1E 0 44 49 38 4 39 1C
Octal 157 44 36 0 104 111 70 4 71 34
Binary 1101111 100100 11110 0 1000100 1001001 111000 100 111001 11100

Color Harmonies of #6F241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F241E

Black with #6F241E

Text Example


Text Example

White with #6F241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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