Html Css Color HEX #6F302B Auburn

📋 copy color: '#6F302B'

red 111 ◦ green 48 ◦ blue 43

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

Shades of Auburn #6F302B

Tints of Auburn #6F302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 54.95%
G = 23.76%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F302B (or 0x6F302B) is known color: Auburn. HEX triplet: 6F, 30 and 2B. RGB value is (111,48,43). Sum of RGB (Red+Green+Blue) = 111+48+43=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F302B is #90CFD4. Grayscale: #424242. Windows color (decimal): -9490389 or 2830447. OLE color: 2830447.

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

Color convert

RGB 111 48 43 -
CMYK 0 0.57 0.61 0.56
HSL 4.41º 0.44% 0.3% -
HSV(B) 4.41º 0.61% 0.44% -
XYZ 8.05 5.67 2.96 -
YUV 66.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 111 48 43 0 0.57 0.61 0.56 4.41 0.44 0.3
Hex 6F 30 2B 0 39 3D 38 4 2C 1E
Octal 157 60 53 0 71 75 70 4 54 36
Binary 1101111 110000 101011 0 111001 111101 111000 100 101100 11110

Color Harmonies of #6F302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F302B

Black with #6F302B

Text Example


Text Example

White with #6F302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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