Html Css Color HEX #6F4A2C Cafe Royale

📋 copy color: '#6F4A2C'

red 111 ◦ green 74 ◦ blue 44

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

Shades of Cafe Royale #6F4A2C

Tints of Cafe Royale #6F4A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 48.47%
G = 32.31%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F4A2C (or 0x6F4A2C) is known color: Cafe Royale. HEX triplet: 6F, 4A and 2C. RGB value is (111,74,44). Sum of RGB (Red+Green+Blue) = 111+74+44=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A2C is #90B5D3. Grayscale: #515151. Windows color (decimal): -9483732 or 2902639. OLE color: 2902639.

HSL color Cylindrical-coordinate representation of color #6F4A2C: hue angle of 26.87º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F4A2C is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 74 44 -
CMYK 0 0.33 0.60 0.56
HSL 26.87º 0.43% 0.3% -
HSV(B) 26.87º 0.6% 0.44% -
XYZ 9.46 8.46 3.52 -
YUV 81.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 111 74 44 0 0.33 0.60 0.56 26.87 0.43 0.3
Hex 6F 4A 2C 0 21 3C 38 1B 2B 1E
Octal 157 112 54 0 41 74 70 33 53 36
Binary 1101111 1001010 101100 0 100001 111100 111000 11011 101011 11110

Color Harmonies of #6F4A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4A2C

Black with #6F4A2C

Text Example


Text Example

White with #6F4A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,74,44); }

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

background-color css

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

 a { background-color: rgb(111,74,44); }

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

border-color css

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

 span { border-color: rgb(111,74,44); }

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