Html Css Color HEX #6F302C Auburn

📋 copy color: '#6F302C'

red 111 ◦ green 48 ◦ blue 44

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

Shades of Auburn #6F302C

Tints of Auburn #6F302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 54.68%
G = 23.65%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F302C (or 0x6F302C) is known color: Auburn. HEX triplet: 6F, 30 and 2C. RGB value is (111,48,44). Sum of RGB (Red+Green+Blue) = 111+48+44=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F302C is #90CFD3. Grayscale: #424242. Windows color (decimal): -9490388 or 2895983. OLE color: 2895983.

HSL color Cylindrical-coordinate representation of color #6F302C: hue angle of 3.58º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F302C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 44 -
CMYK 0 0.57 0.60 0.56
HSL 3.58º 0.43% 0.3% -
HSV(B) 3.58º 0.6% 0.44% -
XYZ 8.07 5.68 3.05 -
YUV 66.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 111 48 44 0 0.57 0.60 0.56 3.58 0.43 0.3
Hex 6F 30 2C 0 39 3C 38 4 2B 1E
Octal 157 60 54 0 71 74 70 4 53 36
Binary 1101111 110000 101100 0 111001 111100 111000 100 101011 11110

Color Harmonies of #6F302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F302C

Black with #6F302C

Text Example


Text Example

White with #6F302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,48,44); }

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

background-color css

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

 a { background-color: rgb(111,48,44); }

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

border-color css

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

 span { border-color: rgb(111,48,44); }

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