Html Css Color HEX #6F4331 Cumin

📋 copy color: '#6F4331'

red 111 ◦ green 67 ◦ blue 49

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

Shades of Cumin #6F4331

Tints of Cumin #6F4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 48.9%
G = 29.52%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F4331 (or 0x6F4331) is known color: Cumin. HEX triplet: 6F, 43 and 31. RGB value is (111,67,49). Sum of RGB (Red+Green+Blue) = 111+67+49=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4331 is #90BCCE. Grayscale: #4E4E4E. Windows color (decimal): -9485519 or 3228527. OLE color: 3228527.

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

Color convert

RGB 111 67 49 -
CMYK 0 0.40 0.56 0.56
HSL 17.42º 0.39% 0.31% -
HSV(B) 17.42º 0.56% 0.44% -
XYZ 9.12 7.62 3.9 -
YUV 78.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 111 67 49 0 0.40 0.56 0.56 17.42 0.39 0.31
Hex 6F 43 31 0 28 38 38 11 27 1F
Octal 157 103 61 0 50 70 70 21 47 37
Binary 1101111 1000011 110001 0 101000 111000 111000 10001 100111 11111

Color Harmonies of #6F4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4331

Black with #6F4331

Text Example


Text Example

White with #6F4331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,49); }

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

background-color css

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

 a { background-color: rgb(111,67,49); }

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

border-color css

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

 span { border-color: rgb(111,67,49); }

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