Html Css Color HEX #6F502D Cafe Royale

📋 copy color: '#6F502D'

red 111 ◦ green 80 ◦ blue 45

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

Shades of Cafe Royale #6F502D

Tints of Cafe Royale #6F502D

RGB

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

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

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

R = 47.03%
G = 33.9%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F502D (or 0x6F502D) is known color: Cafe Royale. HEX triplet: 6F, 50 and 2D. RGB value is (111,80,45). Sum of RGB (Red+Green+Blue) = 111+80+45=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F502D is #90AFD2. Grayscale: #555555. Windows color (decimal): -9482195 or 2969711. OLE color: 2969711.

HSL color Cylindrical-coordinate representation of color #6F502D: hue angle of 31.82º 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 #6F502D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 80 45 -
CMYK 0 0.28 0.59 0.56
HSL 31.82º 0.42% 0.31% -
HSV(B) 31.82º 0.59% 0.44% -
XYZ 9.9 9.31 3.76 -
YUV 85.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 111 80 45 0 0.28 0.59 0.56 31.82 0.42 0.31
Hex 6F 50 2D 0 1C 3B 38 20 2A 1F
Octal 157 120 55 0 34 73 70 40 52 37
Binary 1101111 1010000 101101 0 11100 111011 111000 100000 101010 11111

Color Harmonies of #6F502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F502D

Black with #6F502D

Text Example


Text Example

White with #6F502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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