Html Css Color HEX #6F302D Auburn

📋 copy color: '#6F302D'

red 111 ◦ green 48 ◦ blue 45

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

Shades of Auburn #6F302D

Tints of Auburn #6F302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 54.41%
G = 23.53%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F302D (or 0x6F302D) is known color: Auburn. HEX triplet: 6F, 30 and 2D. RGB value is (111,48,45). Sum of RGB (Red+Green+Blue) = 111+48+45=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F302D is #90CFD2. Grayscale: #424242. Windows color (decimal): -9490387 or 2961519. OLE color: 2961519.

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

Color convert

RGB 111 48 45 -
CMYK 0 0.57 0.59 0.56
HSL 2.73º 0.42% 0.31% -
HSV(B) 2.73º 0.59% 0.44% -
XYZ 8.09 5.68 3.15 -
YUV 66.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 111 48 45 0 0.57 0.59 0.56 2.73 0.42 0.31
Hex 6F 30 2D 0 39 3B 38 3 2A 1F
Octal 157 60 55 0 71 73 70 3 52 37
Binary 1101111 110000 101101 0 111001 111011 111000 11 101010 11111

Color Harmonies of #6F302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F302D

Black with #6F302D

Text Example


Text Example

White with #6F302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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