Html Css Color HEX #6F4D2D Cafe Royale

📋 copy color: '#6F4D2D'

red 111 ◦ green 77 ◦ blue 45

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

Shades of Cafe Royale #6F4D2D

Tints of Cafe Royale #6F4D2D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.05%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 47.64%
G = 33.05%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F4D2D (or 0x6F4D2D) is known color: Cafe Royale. HEX triplet: 6F, 4D and 2D. RGB value is (111,77,45). Sum of RGB (Red+Green+Blue) = 111+77+45=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D2D is #90B2D2. Grayscale: #535353. Windows color (decimal): -9482963 or 2968943. OLE color: 2968943.

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

Color convert

RGB 111 77 45 -
CMYK 0 0.31 0.59 0.56
HSL 29.09º 0.42% 0.31% -
HSV(B) 29.09º 0.59% 0.44% -
XYZ 9.68 8.88 3.69 -
YUV 83.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 111 77 45 0 0.31 0.59 0.56 29.09 0.42 0.31
Hex 6F 4D 2D 0 1F 3B 38 1D 2A 1F
Octal 157 115 55 0 37 73 70 35 52 37
Binary 1101111 1001101 101101 0 11111 111011 111000 11101 101010 11111

Color Harmonies of #6F4D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D2D

Black with #6F4D2D

Text Example


Text Example

White with #6F4D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,45); }

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

background-color css

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

 a { background-color: rgb(111,77,45); }

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

border-color css

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

 span { border-color: rgb(111,77,45); }

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