Html Css Color HEX #6F4F2F Cafe Royale

📋 copy color: '#6F4F2F'

red 111 ◦ green 79 ◦ blue 47

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

Shades of Cafe Royale #6F4F2F

Tints of Cafe Royale #6F4F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.33%

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 46.84%
G = 33.33%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F4F2F (or 0x6F4F2F) is known color: Cafe Royale. HEX triplet: 6F, 4F and 2F. RGB value is (111,79,47). Sum of RGB (Red+Green+Blue) = 111+79+47=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4F2F is #90B0D0. Grayscale: #555555. Windows color (decimal): -9482449 or 3100527. OLE color: 3100527.

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

Color convert

RGB 111 79 47 -
CMYK 0 0.29 0.58 0.56
HSL 30º 0.41% 0.31% -
HSV(B) 30º 0.58% 0.44% -
XYZ 9.86 9.18 3.94 -
YUV 84.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 111 79 47 0 0.29 0.58 0.56 30 0.41 0.31
Hex 6F 4F 2F 0 1D 3A 38 1E 29 1F
Octal 157 117 57 0 35 72 70 36 51 37
Binary 1101111 1001111 101111 0 11101 111010 111000 11110 101001 11111

Color Harmonies of #6F4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4F2F

Black with #6F4F2F

Text Example


Text Example

White with #6F4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,79,47); }

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

background-color css

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

 a { background-color: rgb(111,79,47); }

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

border-color css

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

 span { border-color: rgb(111,79,47); }

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