Html Css Color HEX #6F502B Cafe Royale

📋 copy color: '#6F502B'

red 111 ◦ green 80 ◦ blue 43

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

Shades of Cafe Royale #6F502B

Tints of Cafe Royale #6F502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 47.44%
G = 34.19%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F502B (or 0x6F502B) is known color: Cafe Royale. HEX triplet: 6F, 50 and 2B. RGB value is (111,80,43). Sum of RGB (Red+Green+Blue) = 111+80+43=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F502B is #90AFD4. Grayscale: #555555. Windows color (decimal): -9482197 or 2838639. OLE color: 2838639.

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

Color convert

RGB 111 80 43 -
CMYK 0 0.28 0.61 0.56
HSL 32.65º 0.44% 0.3% -
HSV(B) 32.65º 0.61% 0.44% -
XYZ 9.86 9.29 3.56 -
YUV 85.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 111 80 43 0 0.28 0.61 0.56 32.65 0.44 0.3
Hex 6F 50 2B 0 1C 3D 38 21 2C 1E
Octal 157 120 53 0 34 75 70 41 54 36
Binary 1101111 1010000 101011 0 11100 111101 111000 100001 101100 11110

Color Harmonies of #6F502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F502B

Black with #6F502B

Text Example


Text Example

White with #6F502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,43); }

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

background-color css

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

 a { background-color: rgb(111,80,43); }

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

border-color css

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

 span { border-color: rgb(111,80,43); }

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