Html Css Color HEX #6F4441 Bole

📋 copy color: '#6F4441'

red 111 ◦ green 68 ◦ blue 65

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

Shades of Bole #6F4441

Tints of Bole #6F4441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 45.49%
G = 27.87%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F4441 (or 0x6F4441) is known color: Bole. HEX triplet: 6F, 44 and 41. RGB value is (111,68,65). Sum of RGB (Red+Green+Blue) = 111+68+65=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4441 is #90BBBE. Grayscale: #505050. Windows color (decimal): -9485247 or 4277359. OLE color: 4277359.

HSL color Cylindrical-coordinate representation of color #6F4441: hue angle of 3.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4441 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 68 65 -
CMYK 0 0.39 0.41 0.56
HSL 3.91º 0.26% 0.35% -
HSV(B) 3.91º 0.41% 0.44% -
XYZ 9.58 7.9 6.02 -
YUV 80.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 111 68 65 0 0.39 0.41 0.56 3.91 0.26 0.35
Hex 6F 44 41 0 27 29 38 4 1A 23
Octal 157 104 101 0 47 51 70 4 32 43
Binary 1101111 1000100 1000001 0 100111 101001 111000 100 11010 100011

Color Harmonies of #6F4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4441

Black with #6F4441

Text Example


Text Example

White with #6F4441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,68,65); }

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

background-color css

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

 a { background-color: rgb(111,68,65); }

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

border-color css

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

 span { border-color: rgb(111,68,65); }

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