Html Css Color HEX #6F2625 Auburn

📋 copy color: '#6F2625'

red 111 ◦ green 38 ◦ blue 37

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

Shades of Auburn #6F2625

Tints of Auburn #6F2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

 BLUE value IS 37 (14.84% from 255) = 19.89%

R = 59.68%
G = 20.43%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F2625 (or 0x6F2625) is known color: Auburn. HEX triplet: 6F, 26 and 25. RGB value is (111,38,37). Sum of RGB (Red+Green+Blue) = 111+38+37=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2625 is #90D9DA. Grayscale: #3B3B3B. Windows color (decimal): -9492955 or 2434671. OLE color: 2434671.

HSL color Cylindrical-coordinate representation of color #6F2625: hue angle of 0.81º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2625 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 38 37 -
CMYK 0 0.66 0.67 0.56
HSL 0.81º 0.5% 0.29% -
HSV(B) 0.81º 0.67% 0.44% -
XYZ 7.58 4.9 2.3 -
YUV 59.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 111 38 37 0 0.66 0.67 0.56 0.81 0.5 0.29
Hex 6F 26 25 0 42 43 38 1 32 1D
Octal 157 46 45 0 102 103 70 1 62 35
Binary 1101111 100110 100101 0 1000010 1000011 111000 1 110010 11101

Color Harmonies of #6F2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2625

Black with #6F2625

Text Example


Text Example

White with #6F2625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,37); }

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

background-color css

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

 a { background-color: rgb(111,38,37); }

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

border-color css

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

 span { border-color: rgb(111,38,37); }

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