Html Css Color HEX #6F302E Auburn

📋 copy color: '#6F302E'

red 111 ◦ green 48 ◦ blue 46

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

Shades of Auburn #6F302E

Tints of Auburn #6F302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 54.15%
G = 23.41%
B = 22.44%

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

#6F302E (or 0x6F302E) is known color: Auburn. HEX triplet: 6F, 30 and 2E. RGB value is (111,48,46). Sum of RGB (Red+Green+Blue) = 111+48+46=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F302E is #90CFD1. Grayscale: #424242. Windows color (decimal): -9490386 or 3027055. OLE color: 3027055.

HSL color Cylindrical-coordinate representation of color #6F302E: hue angle of 1.85º degrees, saturation: 0.41, 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 #6F302E is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 46 -
CMYK 0 0.57 0.59 0.56
HSL 1.85º 0.41% 0.31% -
HSV(B) 1.85º 0.59% 0.44% -
XYZ 8.11 5.69 3.26 -
YUV 66.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 111 48 46 0 0.57 0.59 0.56 1.85 0.41 0.31
Hex 6F 30 2E 0 39 3B 38 2 29 1F
Octal 157 60 56 0 71 73 70 2 51 37
Binary 1101111 110000 101110 0 111001 111011 111000 10 101001 11111

Color Harmonies of #6F302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F302E

Black with #6F302E

Text Example


Text Example

White with #6F302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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